diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-31 11:38:31 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-31 11:38:31 -0600 |
| commit | cfc485ae1e6f5dfced8bc1db907728b565b454bc (patch) | |
| tree | 6c87a4e7462e6ea41b6919e7cfe60f5ea23afc10 | |
| parent | 542aafe5f45de1aa71cc950d1a13bb4680284368 (diff) | |
migrating openbook-v4-installer to internal github
| -rwxr-xr-x | build-docker-containers.sh | 2 | ||||
| -rw-r--r-- | jjb/yaml/ob-deploy-branch.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build-docker-containers.sh b/build-docker-containers.sh index 8f7bad3..1588fef 100755 --- a/build-docker-containers.sh +++ b/build-docker-containers.sh @@ -38,7 +38,7 @@ sudo /root/openbook_build/ci/build.sh ${artifact} # refresh openbook-v4-installer repo (ansible playbook) pushd ${HOME} -git clone git@github.com:Talligent/openbook-v4-installer.git +git clone git@github.vcp.vzwnet.com:konstca/openbook-v4-installer.git sudo rsync -aq --delete --exclude=.git /root/openbook_build/ansible/ openbook-v4-installer/ sudo chown -R jenkins: openbook-v4-installer pushd openbook-v4-installer/ diff --git a/jjb/yaml/ob-deploy-branch.yaml b/jjb/yaml/ob-deploy-branch.yaml index 277e749..ef7c736 100644 --- a/jjb/yaml/ob-deploy-branch.yaml +++ b/jjb/yaml/ob-deploy-branch.yaml @@ -35,7 +35,7 @@ - "workflow-server-{branch}-ob-pipeline" scm: - git: - url: git@github.com:Talligent/openbook-v4-installer.git + url: git@github.vcp.vzwnet.com:konstca/openbook-v4-installer.git branches: - master builders: |
