File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ before_script:
1515 - pushd sc-docker
1616 - python3 setup.py bdist_wheel
1717 - pip3 install dist/scbw*.whl
18- - if [ -e /tmp/sc-docker/starcraft.zip ]; then cp /tmp/sc-docker/starcraft.zip scbw/local_docker; fi
18+ - ' [ -f /tmp/sc-docker/starcraft.zip ] && ( cp /tmp/sc-docker/starcraft.zip scbw/local_docker && echo "Using cached starcraft.zip") '
1919 - cd docker
2020 - ./build_images.sh
2121 - popd
22- - if [ ! -e /tmp/sc-docker/starcraft.zip ]; then cp sc-docker/scbw/local_docker/starcraft.zip /tmp/sc-docker/starcraft.zip; fi
22+ - " [ -f /tmp/sc-docker/starcraft.zip ] || cp sc-docker/scbw/local_docker/starcraft.zip /tmp/sc-docker/starcraft.zip"
2323 - scbw.play --install
2424script :
2525 - sh mvnw clean install
You can’t perform that action at this time.
0 commit comments