Skip to content

Commit 0af7be8

Browse files
committed
chore: remove set flags
1 parent 94e04e2 commit 0af7be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wc-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
working-directory: ${{ runner.temp }}/digests
127127

128128
run: |
129-
set -xEeuo pipefail
129+
set -xo pipefail
130130
131131
readarray -t annotations < <(echo '${{ steps.metadata.outputs.json }}' | jq -r '.annotations[] | "--annotation " + @sh')
132132
readarray -t tags < <(echo '${{ steps.metadata.outputs.json }}' | jq -r '.tags[] | "--tag " + @sh')

0 commit comments

Comments
 (0)