mirror of
https://gitlab.com/Thoscellen/Wallset.git
synced 2025-05-31 19:04:51 +02:00
Ecriture du générateur de manifeste
This commit is contained in:
parent
fc377e3a44
commit
5940937f6e
@ -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
|
||||
|
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user