Create cache dir before installing templates

This commit is contained in:
Kienan Stewart 2018-04-08 12:03:56 -04:00
parent 5e0d592ab9
commit f129b4d852
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ job make exports:
- mv Godot_v3.0.2-stable_linux_server.64 bin/godot3-server
- chmod +x bin/godot3-server
- df -h
- mkdir -p ~/.cache
- WGET_ARGS='' make install-templates
script:
- GODOT=./bin/godot3-server make export-all