mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
git pull when doubling builds on one server
This commit is contained in:
parent
9aac2dbe7f
commit
bb75dc4669
1 changed files with 1 additions and 0 deletions
|
@ -314,6 +314,7 @@ reset_docker_hard
|
||||||
echo killall Xvfb
|
echo killall Xvfb
|
||||||
clone_repo "${BRANCH}" "${REPO}"
|
clone_repo "${BRANCH}" "${REPO}"
|
||||||
cd ./Docker-OSX
|
cd ./Docker-OSX
|
||||||
|
git pull
|
||||||
|
|
||||||
for SHORTNAME in "${VERSION_BUILDS[@]}"; do
|
for SHORTNAME in "${VERSION_BUILDS[@]}"; do
|
||||||
docker-osx:version "${SHORTNAME}"
|
docker-osx:version "${SHORTNAME}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue