Install zip with -y
This commit is contained in:
parent
298e2a8bfc
commit
89b0b00d79
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue