Skip to content

Commit d85bbe2

Browse files
committed
fix: TT-513 tests azure credentials
1 parent 09235cf commit d85bbe2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/time-tracker-ui-cd-stage.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
- name: Publish docker image to stage azure container registry
3232
run: |
3333
make login publish acr=timetrackerservicestageregistry image_tag=$RELEASE_VERSION
34-
- name: Setup terraform
35-
uses: hashicorp/setup-terraform@v1
36-
- name: Authenticate with the TF modules repository
37-
uses: webfactory/[email protected]
38-
with:
39-
ssh-private-key: ${{ secrets.INFRA_TERRAFORM_MODULES_SSH_PRIV_KEY }}
40-
- name: Terraform Init
41-
working-directory: ${{ env.WORKING_DIR }}
42-
run: terraform init
43-
- name: Terraform Apply
44-
working-directory: ${{ env.WORKING_DIR }}
45-
run: terraform apply -lock=false -var-file="${{ env.TF_WORKSPACE }}.tfvars" -var "image_tag=$RELEASE_VERSION" -auto-approve
34+
# - name: Setup terraform
35+
# uses: hashicorp/setup-terraform@v1
36+
# - name: Authenticate with the TF modules repository
37+
# uses: webfactory/[email protected]
38+
# with:
39+
# ssh-private-key: ${{ secrets.INFRA_TERRAFORM_MODULES_SSH_PRIV_KEY }}
40+
# - name: Terraform Init
41+
# working-directory: ${{ env.WORKING_DIR }}
42+
# run: terraform init
43+
# - name: Terraform Apply
44+
# working-directory: ${{ env.WORKING_DIR }}
45+
# run: terraform apply -lock=false -var-file="${{ env.TF_WORKSPACE }}.tfvars" -var "image_tag=$RELEASE_VERSION" -auto-approve

0 commit comments

Comments
 (0)