Merge branch 'cicd' into 'main'

Ecriture du générateur de manifeste

See merge request Thoscellen/Wallset!4
This commit is contained in:
Simon 2023-05-14 09:47:22 +00:00
commit 06f0f40964
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
}