You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Bug Fixed:
Swaparoo functionality which is a work around to build with private github repo modules was broken for older apps, which is fixed now.
Features:
New option -ns, --disable-swaparoo added roger build and 'roger deploy` command on cli to disable the swaparoo functionality altogether, here are the examples:
roger deploy -ns -v -d /tmp joe-fox ma.yml (-ns is no swaparooo)
roger deploy --disable-swaparoo -v -d /tmp joe-fox ma.yml
roger build -ns -v queenanne /tmp test local.json
roger build --disable-swaparoo -v queenanne /tmp test local.json