Skip to content

Commit cfe0d74

Browse files
committed
fix: set euo pipefail
Signed-off-by: QuentinN42 <[email protected]>
1 parent 6d0fde5 commit cfe0d74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -euo pipefail
4+
35
if [ -z "${GL_USERNAME}" ]; then
46
echo "GL_USERNAME is not set"
57
exit 1

0 commit comments

Comments
 (0)