From e0c1ad7e03bef88f0dbe1723ce12316a3681f2b7 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 14 May 2023 09:47:21 +0000 Subject: [PATCH] =?UTF-8?q?Ecrit=20le=20g=C3=A9n=C3=A9rateur=20de=20manife?= =?UTF-8?q?ste?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab/.gitlab-ci.yml | 5 +++-- test/valid_set/theme.json | 19 ------------------- 2 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 test/valid_set/theme.json diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index eb4b15f..04e3217 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -15,8 +15,9 @@ variables: stage: Manifest image: node:latest rules: - - if: $CI_PIPELINE_SOURCE == "merge_request_event" - changes: + - if: $CI_COMMIT_TAG + when: never # Do not run this job when a tag is created manually + - changes: - ${ENTRY_FOLDER}/${PACKAGE_NAME}/* script: - cd src/build_job diff --git a/test/valid_set/theme.json b/test/valid_set/theme.json deleted file mode 100644 index 4653a60..0000000 --- a/test/valid_set/theme.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "dayImageList": [ - 1 - ], - "nightImageList": [ - 3 - ], - "sunsetImageList": [ - 2 - ], - "sunriseImageList": [ - 4 - ], - "imageFilename": "bl2_eridum_badlands_*.jpg", - "imageCredits": "© Thoscellen, © 2K Games, © Gearbox Software", - "displayName": "Eridum Badlands", - "dayHighlight": 1, - "nightHighlight": 3 -} \ No newline at end of file