Skip to content

Commit ca49565

Browse files
authored
Merge pull request #232 from rhopp/eou-pipefail
Fix: Add `set -euo pipefail` to buildah-rhtap.sh
2 parents b064566 + 764403f commit ca49565

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)