Skip to content

Commit 6bc420c

Browse files
committed
chore(ci): add some missing flags for shell scripts
1 parent 605a921 commit 6bc420c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/github-actions/expose-release-artifacts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#! /bin/bash
2+
set -o errexit -o pipefail -o nounset
23
mkdir ./flatten
34

45
[ -d ./downloads ] || {

0 commit comments

Comments
 (0)