Output free disk space before downloading templates
This commit is contained in:
parent
d3ca58211f
commit
5e0d592ab9
|
@ -13,8 +13,10 @@ job make exports:
|
|||
- 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
|
||||
- rm godot3-server.zip
|
||||
- mv Godot_v3.0.2-stable_linux_server.64 bin/godot3-server
|
||||
- chmod +x bin/godot3-server
|
||||
- df -h
|
||||
- WGET_ARGS='' make install-templates
|
||||
script:
|
||||
- GODOT=./bin/godot3-server make export-all
|
||||
|
|
Loading…
Reference in New Issue