diff options
| author | sickcodes <[email protected]> | 2022-11-16 14:26:58 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2022-11-16 14:26:58 +0000 |
| commit | bb75dc4669d5b895c304afeaab627e913283f35d (patch) | |
| tree | bc65f855753166e8b349216c2f9d1725b66954c6 /tests | |
| parent | Fix keyring `pacman-key --populate archlinux` (diff) | |
| download | docker-osx-bb75dc4669d5b895c304afeaab627e913283f35d.tar.xz docker-osx-bb75dc4669d5b895c304afeaab627e913283f35d.zip | |
git pull when doubling builds on one server
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.sh b/tests/test.sh index 8718395..3026638 100644 --- a/tests/test.sh +++ b/tests/test.sh @@ -314,6 +314,7 @@ reset_docker_hard echo killall Xvfb clone_repo "${BRANCH}" "${REPO}" cd ./Docker-OSX +git pull for SHORTNAME in "${VERSION_BUILDS[@]}"; do docker-osx:version "${SHORTNAME}" |