From f9ab076b2ac475c0d7a87e0232f98ed2fc52fe89 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 8 Apr 2018 12:07:48 -0400 Subject: [PATCH] Create default godot config path --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a74ca8..82d48f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ job make exports: - chmod +x bin/godot3-server - df -h - mkdir -p ~/.cache + - mkdir -p ~/.config/godot - WGET_ARGS='' make install-templates script: - GODOT=./bin/godot3-server make export-all