Install unzip for export job
This commit is contained in:
parent
520601d39c
commit
296c627c1e
|
@ -8,6 +8,7 @@ stages:
|
|||
job make exports:
|
||||
stage: deploy
|
||||
before_script:
|
||||
- apt-get install unzip
|
||||
- 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
|
||||
|
|
Loading…
Reference in New Issue