diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9aa5e8e..0888ceb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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