This script is useful if you want to set environment variables dynamically in circleci config.yml
file. The environment variables used in this case are used for go-suitesync.
The env variable
master_NSCONF_ACCOUNT
will overwrite theNSCONF_ACCOUNT
variable - if set!
curl -sL https://gist.github.com/jroehl/30d8c212babd5414ad921a298bebec87/raw/set-circleci-env.sh | bash