Skip to content

Commit

Permalink
Revert "debug"
Browse files Browse the repository at this point in the history
This reverts commit 1367e07.
  • Loading branch information
elchead committed Dec 22, 2023
1 parent 7af6609 commit d0a4fa6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/e2e-test-provider-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,17 +251,11 @@ jobs:
shell: bash
run: |
terraform init
set -x
if [[ "${{ inputs.cloudProvider }}" == "azure" ]]; then
terraform apply -target module.azure_iam -auto-approve
terraform apply -target module.azure_infrastructure -auto-approve
echo "CONSTELLATIONCLI"
./constellaton version
echo "MAA"
echo "$(terraform output -raw maa_url)"
./constellation maa-patch "$(terraform output -raw maa_url)"
echo "PATCHED MAA"
terraform apply -target constellation_cluster.azure_example -auto-approve
TF_LOG=INFO terraform apply -target constellation_cluster.azure_example -auto-approve
else
TF_LOG=INFO terraform apply -auto-approve
fi
Expand Down

0 comments on commit d0a4fa6

Please sign in to comment.