ci: set -e for .buildkite/scripts/build-downstream-projects.sh (#30508)

This commit is contained in:
Yihau Chen 2023-02-27 03:19:53 +08:00 committed by GitHub
parent d16a03cd44
commit 2500fd3f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -e
here=$(dirname "$0")
# shellcheck source=.buildkite/scripts/common.sh