Skip to content

Commit 764403f

Browse files
committed
Fix: Add set -euo pipefail to buildah-rhtap.sh
1 parent b064566 commit 764403f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rhtap/buildah-rhtap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -euo pipefail
23

34
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
45

0 commit comments

Comments
 (0)