Skip to content

Commit 38486c0

Browse files
committed
remove tf verbose debug wrapping
1 parent 709dd03 commit 38486c0

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.github/workflows/deploy-aufn.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484

8585
- name: Install terraform
8686
uses: hashicorp/setup-terraform@v2
87+
with:
88+
terraform_wrapper: false
8789

8890
- name: Initialise terraform
8991
run: terraform init
@@ -181,17 +183,17 @@ jobs:
181183
sed -i 's/"//g' registry.txt
182184
cat registry.txt
183185
184-
- name: Sleep to debug (cancel workflow to clean up)
185-
if: ${{ inputs.deployment_type == 'Test' }}
186-
run: |
187-
# ssh rocky@$(cat registry.txt) -i default.pem -o StrictHostKeyChecking=no
188-
# echo '${BAS_PWD}' | sudo passwd --stdin ${LAB_IMAGE_USER}
189-
# sudo echo "PasswordAuthentication yes" >> /etc/ssh/sshd_config.d/50-cloud-init.conf
190-
# sudo systemctl restart sshd
191-
sleep 7h
192-
env:
193-
LAB_IMAGE_USER: ${{ inputs.os_image == 'Ubuntu' && 'ubuntu' || inputs.os_image == 'Rocky9' && 'rocky' }}
194-
BAS_PWD: ${{ inputs.bas_pwd == '' && secrets.BASTION_TEST_PASSWORD || inputs.bas_pwd }}
186+
# - name: Sleep to debug (cancel workflow to clean up)
187+
# if: ${{ inputs.deployment_type == 'Test' }}
188+
# run: |
189+
# # ssh rocky@$(cat registry.txt) -i default.pem -o StrictHostKeyChecking=no
190+
# # echo '${BAS_PWD}' | sudo passwd --stdin ${LAB_IMAGE_USER}
191+
# # sudo echo "PasswordAuthentication yes" >> /etc/ssh/sshd_config.d/50-cloud-init.conf
192+
# # sudo systemctl restart sshd
193+
# sleep 7h
194+
# env:
195+
# LAB_IMAGE_USER: ${{ inputs.os_image == 'Ubuntu' && 'ubuntu' || inputs.os_image == 'Rocky9' && 'rocky' }}
196+
# BAS_PWD: ${{ inputs.bas_pwd == '' && secrets.BASTION_TEST_PASSWORD || inputs.bas_pwd }}
195197

196198
- name: Run tests on Lab VMs (Test)
197199
if: ${{ inputs.deployment_type == 'Test' }}

0 commit comments

Comments
 (0)