We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a52869 commit 8ec7459Copy full SHA for 8ec7459
.github/workflows/somedotest.yml
@@ -24,7 +24,7 @@ jobs:
24
TOKEN_NAME: ${{ secrets.TOKEN_NAME }}
25
PASSWORD: ${{ secrets.PASSWORD }}
26
run: |
27
- set -e
+ set -ex
28
29
# ACR login
30
ACR_REGISTRY_NAME=$(echo "$REGISTRY" | grep -oP '(.+)(?=\.azurecr\.io)')
0 commit comments