Skip to content

Instantly share code, notes, and snippets.

@alienscience
Created July 29, 2018 08:53
Show Gist options
  • Save alienscience/e27fb94512bc79e5457978f1ff57c729 to your computer and use it in GitHub Desktop.
Save alienscience/e27fb94512bc79e5457978f1ff57c729 to your computer and use it in GitHub Desktop.
A bash script that fakes a build -- used for testing CI
pwd
echo "Hello world"
sleep 1
echo "Goodbye world"
exit 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment