Last active
          February 21, 2018 18:06 
        
      - 
      
- 
        Save kingdonb/aac578120449a887a5cd443960077132 to your computer and use it in GitHub Desktop. 
    Build stack for Employee Finance CI jobs
  
        
  
    
      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
    
  
  
    
  | #!/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