Ecrit le générateur de manifeste

This commit is contained in:
Simon 2023-05-14 09:47:21 +00:00 committed by Simon
parent 6fe5481363
commit e0c1ad7e03
2 changed files with 3 additions and 21 deletions

View File

@ -15,8 +15,9 @@ variables:
stage: Manifest stage: Manifest
image: node:latest image: node:latest
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_COMMIT_TAG
changes: when: never # Do not run this job when a tag is created manually
- changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/* - ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
script: script:
- cd src/build_job - cd src/build_job

View File

@ -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
}