Skip to content

Commit

Permalink
Change to bash or style
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-shelkovnikov committed Jan 13, 2025
1 parent 51c88b4 commit d754da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ retry() {
}

is_pr() {
if [ -z "$BUILDKITE_PULL_REQUEST" ] || [ "$BUILDKITE_PULL_REQUEST" = "false"]; then
if [[ -z "$BUILDKITE_PULL_REQUEST" || "$BUILDKITE_PULL_REQUEST" = "false" ]]; then
return 1 # false
else
return 0 # true
Expand Down

0 comments on commit d754da1

Please sign in to comment.