Unzip doesn't exist, try install zip instead

This commit is contained in:
Kienan Stewart 2018-04-07 12:17:26 -04:00
parent 296c627c1e
commit f4e727a972
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ stages:
job make exports: job make exports:
stage: deploy stage: deploy
before_script: before_script:
- apt-get install unzip - apt-get install zip
- mkdir -p bin - 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 - 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 - unzip godot3-server.zip