Install unzip for export job

This commit is contained in:
Kienan Stewart 2018-04-07 11:44:23 -04:00
parent 520601d39c
commit 296c627c1e
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ stages:
job make exports: job make exports:
stage: deploy stage: deploy
before_script: before_script:
- apt-get install unzip
- 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