diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-08-30 13:21:07 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-08-30 13:21:07 -0600 |
| commit | 7f853558c690930f1d005c31405466ccb0e9b2d4 (patch) | |
| tree | bef3b2d90b4e692fd967f77980d3997f11d32e63 | |
| parent | 649f0dd9c5ca586d8b637400dd19c0c4059447d6 (diff) | |
jenkins build script
| -rwxr-xr-x[-rw-r--r--] | ci-script.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci-script.sh b/ci-script.sh index 7865a83..517b5fe 100644..100755 --- a/ci-script.sh +++ b/ci-script.sh @@ -20,8 +20,7 @@ done # clean the build files rm -rf ${buildroot}/openbook_build /etc/openbook /var/lib/mysql /var/log/mysql /var/log/openbook -# clone repo -git clone git@txslnno-github.cds.eng.vzwcorp.com:konstca/openbook-installer.git +# configure salt cp ${HOME}/config.yaml /srv/bootstrap/ # run salt to create build scripts |
