* Only print BUILDKITE environment variables when they were present This was causing errors running the build_containers.sh script locally, since only buildkite was passing these (and errors stop the script, so nothing was built). * Simplify conditional guards to check only for BUILDKITE variable https://buildkite.com/docs/pipelines/environment-variables#bk-env-vars-buildkite describes the simplest "this is buildkite" check, BUILDKITE is always true when running in buildkite. |
||
|---|---|---|
| .. | ||
| after_deploy.sh | ||
| build_containers.sh | ||
| bundle.sh | ||
| clean_fork.sh | ||
| create_buildkite_pr_build.sh | ||
| entrypoint.sh | ||
| release | ||
| stage_release | ||
| sync_fork.sh | ||