From 3df4aaa03ecd6066d9697caf5fe42a03f745ca07 Mon Sep 17 00:00:00 2001 From: Sergey Lapin Date: Sat, 31 Jul 2021 01:03:14 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d995a6..a175f70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,11 +26,11 @@ build: paths: - godot/bin/godot.x11.opt.tools.64 # depending on your build setup it's most likely a good idea to cache outputs to reduce the build time - cache: - paths: - - "*.o" - - "*.a" - - "godot/editor/libeditor.x11.opt.tools.64.a" + cache: + paths: + - "*.o" + - "*.a" + - "godot/editor/libeditor.x11.opt.tools.64.a" # run tests using the binary built before #test: