Tente un fixe pour la pipeline.

This commit is contained in:
Simon Pistache 2023-05-18 22:03:50 +02:00
parent a28fea0cc7
commit fba937b0d9
2 changed files with 6 additions and 6 deletions

View File

@ -18,9 +18,9 @@ variables:
stage: Manifest stage: Manifest
image: node:latest image: node:latest
rules: rules:
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- changes: - changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/* - ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
script: script:
@ -53,9 +53,9 @@ variables:
stage: Bundle stage: Bundle
image: javieraviles/zip:latest image: javieraviles/zip:latest
rules: rules:
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
changes: changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/* - ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
@ -71,9 +71,9 @@ variables:
stage: Distribute stage: Distribute
image: curlimages/curl:latest image: curlimages/curl:latest
rules: rules:
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
changes: changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/* - ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
@ -87,9 +87,9 @@ variables:
stage: Release stage: Release
image: registry.gitlab.com/gitlab-org/release-cli:latest image: registry.gitlab.com/gitlab-org/release-cli:latest
rules: rules:
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
changes: changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/* - ${ENTRY_FOLDER}/${PACKAGE_NAME}/*

View File

@ -2,12 +2,12 @@
"dayImageList": [ "dayImageList": [
1 1
], ],
"imageFilename": "stray__*.jpg",
"nightImageList": [ "nightImageList": [
2 2
], ],
"imageCredits": "©Thoscellen, ©BlueTwelve",
"sunriseImageList": [], "sunriseImageList": [],
"sunsetImageList": [], "sunsetImageList": [],
"imageFilename": "stray__*.jpg",
"imageCredits": "©Thoscellen, ©BlueTwelve",
"displayName": "Stray" "displayName": "Stray"
} }