Install zip with -y

This commit is contained in:
Kienan Stewart 2018-04-08 11:01:43 -04:00
parent 298e2a8bfc
commit 89b0b00d79
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ job make exports:
stage: deploy
before_script:
- apt-get update
- apt-cache search zip
- apt-get install zip
- apt-get install -y zip
- mkdir -p bin
- wget http://downloads.tuxfamily.org/godotengine/3.0.2/Godot_v3.0.2-stable_linux_server.64.zip -O godot3-server.zip
- unzip godot3-server.zip