Skip to content

Commit

Permalink
turn off fail-fast for beta and master
Browse files Browse the repository at this point in the history
  • Loading branch information
craiglabenz committed Nov 17, 2023
1 parent 5c92168 commit c201f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tool/mediapipe_ci_script_beta.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -e
# set -e

DIR="${BASH_SOURCE%/*}"
source "$DIR/ci_script_shared.sh"
Expand Down
2 changes: 1 addition & 1 deletion tool/mediapipe_ci_script_master.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -e
# set -e

DIR="${BASH_SOURCE%/*}"
source "$DIR/ci_script_shared.sh"
Expand Down

0 comments on commit c201f33

Please sign in to comment.