Skip to content

Commit 43fdcf7

Browse files
authored
Update maven.yml
1 parent 4b368dd commit 43fdcf7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ jobs:
2525
pip3 install wheel
2626
python3 setup.py bdist_wheel
2727
pip3 install dist/scbw*.whl
28-
'[ ! -f /tmp/sc-docker/starcraft.zip ] || (cp /tmp/sc-docker/starcraft.zip scbw/local_docker && echo "Using cached starcraft.zip")'
2928
cd docker
3029
./build_images.sh
3130
popd
32-
"[ -f /tmp/sc-docker/starcraft.zip ] || cp sc-docker/scbw/local_docker/starcraft.zip /tmp/sc-docker/starcraft.zip"
3331
scbw.play --install
3432
- name: Run Integration Test
3533
run: |

0 commit comments

Comments
 (0)