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
using master, I can't seem to override rigger from automatically setting DEIS_ROOT.
$ env | grep DEIS_ROOT
DEIS_ROOT=/Users/bacongobbler/go/src/github.com/deis/deis
$ ./rigger configure --provider "digitalocean" --version "master"
DEIS_SOURCE already set to 1. Skipping prompt.
VERSION already set to master. Skipping prompt.
DEIS_GIT_REPO already set to https://github.com/deis/deis.git. Skipping prompt.
DEIS_GIT_VERSION already set to master. Skipping prompt.
GOPATH already set to /Users/bacongobbler/.rigger/d99570a9e4/go. Skipping prompt.
DEIS_ROOT already set to /Users/bacongobbler/.rigger/d99570a9e4/go/src/github.com/deis/deis. Skipping prompt.
Cloning Deis at /Users/bacongobbler/.rigger/d99570a9e4/go/src/github.com/deis/deis to master
Cloning into '/Users/bacongobbler/.rigger/d99570a9e4/go/src/github.com/deis/deis'...
^C
The text was updated successfully, but these errors were encountered:
Ah okay. I was looking at the rigger design doc so I expected that workflow to still work and I didn't see any docs on the --advanced flag. I will try that and see how it goes. Thanks!
using master, I can't seem to override rigger from automatically setting DEIS_ROOT.
The text was updated successfully, but these errors were encountered: