Skip to content

Instantly share code, notes, and snippets.

@patrobinson
Created December 7, 2016 04:36
Show Gist options
  • Save patrobinson/496bbc8bf55f42dae3b6edf2ab8f8fc6 to your computer and use it in GitHub Desktop.
Save patrobinson/496bbc8bf55f42dae3b6edf2ab8f8fc6 to your computer and use it in GitHub Desktop.
How to break buildkite with this one weird trick
### ./script/do_my_build.sh
source ./script/source_me.sh
echo "output a lot of lines"
for i in {1..100}; do
echo $i
done
### ./script/source_me.sh
source ./script/source_you.sh
### ./script/source_you.sh
export BUZZFEED=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment