Kevin Sandi | cb0f23f | 2021-08-13 19:18:09 -0600 | [diff] [blame] | 1 | #!/bin/bash |
Kevin Sandi | e3fa425 | 2021-09-08 13:25:41 -0600 | [diff] [blame] | 2 | until host github.com &>/dev/null |
Kevin Sandi | cb0f23f | 2021-08-13 19:18:09 -0600 | [diff] [blame] | 3 | do |
Kevin Sandi | e3fa425 | 2021-09-08 13:25:41 -0600 | [diff] [blame] | 4 | echo "Waiting until github.com is resolvable..." |
Kevin Sandi | cb0f23f | 2021-08-13 19:18:09 -0600 | [diff] [blame] | 5 | done |
Kevin Sandi | e3fa425 | 2021-09-08 13:25:41 -0600 | [diff] [blame] | 6 | git clone https://github.com/lfit/releng-global-jjb.git /opt/global-jjb |
| 7 | /opt/global-jjb/jenkins-init-scripts/init.sh |