mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:38:24 +00:00
Upgrade to Terraform 0.12
To be clear, Atlantis was compatible with 0.12 before this commit, but this change makes 0.12 the default version *if* users haven't set the --default-tf-version flag.
This commit is contained in:
@@ -8,7 +8,13 @@ ${CIRCLE_WORKING_DIRECTORY}/scripts/e2e-deps.sh
|
||||
cd "${CIRCLE_WORKING_DIRECTORY}/e2e"
|
||||
|
||||
# start atlantis server in the background and wait for it to start
|
||||
./atlantis server --gh-user="$GITHUB_USERNAME" --gh-token="$GITHUB_PASSWORD" --data-dir="/tmp" --log-level="debug" --repo-whitelist="github.com/runatlantis/atlantis-tests" --allow-repo-config &> /tmp/atlantis-server.log &
|
||||
./atlantis server \
|
||||
--gh-user="$GITHUB_USERNAME" \
|
||||
--gh-token="$GITHUB_PASSWORD" \
|
||||
--data-dir="/tmp" \
|
||||
--log-level="debug" \
|
||||
--repo-whitelist="github.com/runatlantis/atlantis-tests" \
|
||||
--allow-repo-config &> /tmp/atlantis-server.log &
|
||||
sleep 2
|
||||
|
||||
# start ngrok in the background and wait for it to start
|
||||
|
||||
Reference in New Issue
Block a user