docbrown/scripts
Daniel Uber ccbac93ea5
Only print BUILDKITE environment variables when they were present (#14487)
* 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.
2021-08-19 11:42:42 -05:00
..
after_deploy.sh
build_containers.sh Only print BUILDKITE environment variables when they were present (#14487) 2021-08-19 11:42:42 -05:00
bundle.sh
clean_fork.sh
create_buildkite_pr_build.sh
entrypoint.sh
release Add support for versioned releases (#13750) 2021-07-28 10:10:33 -04:00
stage_release Add support for versioned releases (#13750) 2021-07-28 10:10:33 -04:00
sync_fork.sh