Ecriture du générateur de manifeste

This commit is contained in:
Simon 2023-05-14 09:47:21 +00:00
parent fc377e3a44
commit 5940937f6e
2 changed files with 3 additions and 21 deletions

View File

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

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
}