From f599f60a126f0beab30da98ef9b90ae60235d793 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Mon, 9 Apr 2018 20:43:07 -0400 Subject: [PATCH] Create only pack as an artifact for non-tagged commits --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0658408..7b09bf0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,10 +66,10 @@ export:linux: only: - tags -export:linux_commit: +export:pck_commit: stage: deploy script: - - GODOT=./bin/godot3-server make export-linux + - GODOT=./bin/godot3-server make export-pack artifacts: name: "$CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA-linux" paths: