Skip to content

Commit 4c61ad0

Browse files
committed
drop: set debug flag
1 parent f832853 commit 4c61ad0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
nginx-config-directory-path: github-action/test/configs/single/
4444
nginx-root-config-file: $NGINX_ROOT_CONFIG_FILE
4545
transformed-nginx-config-directory-path: $NGINX_TRANSFORMED_CONFIG_DIR_PATH
46+
debug: true
4647
- name: "Validate config update - single file"
4748
shell: bash
4849
run: |
@@ -65,6 +66,7 @@ jobs:
6566
nginx-root-config-file: $NGINX_ROOT_CONFIG_FILE
6667
transformed-nginx-config-directory-path: $NGINX_TRANSFORMED_CONFIG_DIR_PATH
6768
nginx-certificates: '[{"certificateName": "$NGINX_CERT_NAME", "keyvaultSecret": "https://$NGINX_VAULT_NAME.vault.azure.net/secrets/$NGINX_CERT_NAME", "certificateVirtualPath": "/etc/nginx/ssl/$GITHUB_RUN_ID/my-cert.crt", "keyVirtualPath": "/etc/nginx/ssl/$GITHUB_RUN_ID/my-cert.key" } ]'
69+
debug: true
6870

6971
- name: "Validate config update"
7072
shell: bash

0 commit comments

Comments
 (0)