Skip to content

Commit f94c800

Browse files
VIA-102 AS Remove log level for TF in deploy job
1 parent 331c986 commit f94c800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd-3-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
rm -rf open-next.zip
8282
- name: "Deploy"
8383
id: deploy
84-
env:
85-
TF_LOG: "INFO" #INFO/DEBUG
84+
# env:
85+
# TF_LOG: "INFO" #INFO/DEBUG
8686
run: |
8787
TF_ENV=dev make terraform-init
8888
TF_ENV=dev make terraform-plan opts="-out=terraform.tfplan"

0 commit comments

Comments
 (0)