Skip to content

Commit 5fc08b7

Browse files
committed
drop: unset debug flag
1 parent 4c61ad0 commit 5fc08b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +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
46+
debug: false
4747
- name: "Validate config update - single file"
4848
shell: bash
4949
run: |
@@ -66,7 +66,6 @@ jobs:
6666
nginx-root-config-file: $NGINX_ROOT_CONFIG_FILE
6767
transformed-nginx-config-directory-path: $NGINX_TRANSFORMED_CONFIG_DIR_PATH
6868
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
7069

7170
- name: "Validate config update"
7271
shell: bash

0 commit comments

Comments
 (0)