Skip to content

Commit 8d7ab3e

Browse files
committed
workflows: debos: Consistent use of set -ux
Signed-off-by: Loïc Minier <[email protected]>
1 parent 7ba1e02 commit 8d7ab3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Upload artifacts to fileserver
101101
run: |
102-
set -x
102+
set -ux
103103
# curl will be used to talk to fileserver; should be installed by
104104
# default
105105
apt -y install curl

0 commit comments

Comments
 (0)