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 85e8cb5 commit 55cdd4dCopy full SHA for 55cdd4d
.travis.yml
@@ -15,12 +15,11 @@ before_script:
15
- pushd sc-docker
16
- python3 setup.py bdist_wheel
17
- pip3 install dist/scbw*.whl
18
- - mkdir -p /tmp/sc-docker
19
- if [ -e /tmp/sc-docker/starcraft.zip ]; then cp /tmp/sc-docker/starcraft.zip scbw/local_docker; fi
20
- cd docker
21
- ./build_images.sh
22
- popd
23
- - if [ ! -e /tmp/sc-docker/starcraft.zip ]; then cp scbw/local_docker/starcraft.zip /tmp/sc-docker/starcraft.zip; fi
+ - if [ ! -e /tmp/sc-docker/starcraft.zip ]; then cp sc-docker/scbw/local_docker/starcraft.zip /tmp/sc-docker/starcraft.zip; fi
24
- scbw.play --install
25
script:
26
- sh mvnw clean install
0 commit comments