Output free disk space before downloading templates

This commit is contained in:
Kienan Stewart 2018-04-08 11:39:28 -04:00
parent d3ca58211f
commit 5e0d592ab9
1 changed files with 2 additions and 0 deletions

View File

@ -13,8 +13,10 @@ job make exports:
- 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
- rm godot3-server.zip
- mv Godot_v3.0.2-stable_linux_server.64 bin/godot3-server - mv Godot_v3.0.2-stable_linux_server.64 bin/godot3-server
- chmod +x bin/godot3-server - chmod +x bin/godot3-server
- df -h
- WGET_ARGS='' make install-templates - WGET_ARGS='' make install-templates
script: script:
- GODOT=./bin/godot3-server make export-all - GODOT=./bin/godot3-server make export-all