From d0a4fa64099169247fa32b713183b75d93734677 Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Fri, 22 Dec 2023 09:07:07 +0100 Subject: [PATCH] Revert "debug" This reverts commit 1367e077b268ccc56fedeebc8ef8abb0d1379ea5. --- .github/workflows/e2e-test-provider-example.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/e2e-test-provider-example.yml b/.github/workflows/e2e-test-provider-example.yml index 59d6d5f28fa..e8e6bacab3a 100644 --- a/.github/workflows/e2e-test-provider-example.yml +++ b/.github/workflows/e2e-test-provider-example.yml @@ -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