Create cache dir before installing templates
This commit is contained in:
parent
5e0d592ab9
commit
f129b4d852
|
@ -17,6 +17,7 @@ job make exports:
|
||||||
- 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
|
- df -h
|
||||||
|
- mkdir -p ~/.cache
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in New Issue