We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86f766 commit e0de0c8Copy full SHA for e0de0c8
1 file changed
.travis.yml
@@ -15,7 +15,7 @@ before_script:
15
- pushd sc-docker
16
- python3 setup.py bdist_wheel
17
- pip3 install dist/scbw*.whl
18
- - '[ -f /tmp/sc-docker/starcraft.zip ] && (cp /tmp/sc-docker/starcraft.zip scbw/local_docker && echo "Using cached starcraft.zip")'
+ - '[ ! -f /tmp/sc-docker/starcraft.zip ] || (cp /tmp/sc-docker/starcraft.zip scbw/local_docker && echo "Using cached starcraft.zip")'
19
- cd docker
20
- ./build_images.sh
21
- popd
0 commit comments