Created
December 7, 2016 04:36
-
-
Save patrobinson/496bbc8bf55f42dae3b6edf2ab8f8fc6 to your computer and use it in GitHub Desktop.
How to break buildkite with this one weird trick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### ./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