Skip to content

Instantly share code, notes, and snippets.

@kingdonb
Last active February 21, 2018 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kingdonb/aac578120449a887a5cd443960077132 to your computer and use it in GitHub Desktop.
Save kingdonb/aac578120449a887a5cd443960077132 to your computer and use it in GitHub Desktop.
Build stack for Employee Finance CI jobs
#!/usr/bin/env bash
git clone https://github.com/kingdonb/empfin-docker.git
cd empfin-docker
for i in docker-slave docker-jnlp-slave jnlp-slave-ruby docker-jnlp-slave-ruby-runtime
do
git clone https://github.com/kingdonb/${i}.git
done
echo "Running make build:"
make build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment