Skip to content

Commit

Permalink
Merge pull request #37 from host6/update-bp3-voedger-add-pipefail
Browse files Browse the repository at this point in the history
update-vp3-voedger action: add fail on any cmd failure
  • Loading branch information
ivvist authored Dec 26, 2024
2 parents 2d3518d + 783b8bd commit 7291950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update-bp3-voedger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

go env -w GOSUMDB=off
echo "gh_event: $gh_event"
set -euo pipefail

if [[ "$gh_event" == "workflow_dispatch" || "$gh_event" == "schedule" ]]; then

Expand Down

0 comments on commit 7291950

Please sign in to comment.