Skip to content

Commit

Permalink
Update bitrise.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nid90 authored Jan 2, 2025
1 parent 0aefdea commit 79b6db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ workflows:
#!/usr/bin/env bash
# fail if any commands fails
set -e
# make pipelines' return status equal the last command to exit with a non-zero status, or zero if all commands exit successfully
# make pipeline return status equal the last command to exit with a non-zero status, or zero if all commands exit successfully
set -o pipefail
# debug log
set -x
Expand Down

0 comments on commit 79b6db3

Please sign in to comment.