Skip to content

Commit

Permalink
make explicit the bash options
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Sep 11, 2023
1 parent b2a59eb commit 4c4ccdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
KO_DOCKER_REPO: ko.local
shell: bash
run: |
set -euxo pipefail
set -o errexit
set -o nounset
set -o pipefail
# eval `go env`, compatible with Windows and Linux
# cribbed from https://gist.github.com/Syeberman/39d81b1e17d091be5657ecd6fbff0753
Expand Down

0 comments on commit 4c4ccdb

Please sign in to comment.