Skip to content

Commit

Permalink
Disable terraform cloud integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Jul 17, 2020
1 parent 4c121cb commit 56c58c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test-terraform-cloud/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ set -e
# Disable spinner even when we have a TTY
export CI='1'

# On master multiple builds might be running and leading to locks - skip always until
# that's fixed
echo "DISABLED - skipping" && exit 0;

# Don't run on external Pull Requests - Will be addressed properly with
# https://github.com/hashicorp/terraform-cdk/issues/200
[ -z "$TERRAFORM_CLOUD_TOKEN" ] && echo "Need to set TERRAFORM_CLOUD_TOKEN - skipping" && exit 0;
Expand Down

0 comments on commit 56c58c9

Please sign in to comment.