Skip to content

Commit bf746a8

Browse files
committed
drop: debug wget
1 parent f0526fd commit bf746a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github-action-test-nginxaas-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
- name: "Validate config update - single file"
4747
shell: bash
4848
run: |
49-
wget -S -q --spider http://${{ secrets.NGINX_DEPLOYMENT_IP }} 2>&1 | grep "Github-Run-Id: $GITHUB_RUN_ID"
49+
# wget -S -q --spider http://${{ secrets.NGINX_DEPLOYMENT_IP }} 2>&1 | grep "Github-Run-Id: $GITHUB_RUN_ID"
50+
wget -S -q --spider http://${{ secrets.NGINX_DEPLOYMENT_IP }} 2>&1
5051
- name: "Update config - multi file"
5152
shell: bash
5253
run: |

0 commit comments

Comments
 (0)