Publie le set "Frozen Wastelands"

This commit is contained in:
Simon
2023-05-18 21:40:52 +00:00
parent e31f02cd38
commit 181caf6092
28 changed files with 34 additions and 135 deletions

View File

@@ -9,8 +9,8 @@ stages:
- Release
variables:
ENTRY_FOLDER: test # test directory for testing CI/CD, or assets directory for normal operations
RELEASE_VERSION: v0.$CI_PIPELINE_IID
ENTRY_FOLDER: assets
RELEASE_VERSION: v0.$CI_MERGE_REQUEST_IID
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${PACKAGE_NAME}/${RELEASE_VERSION}"
# Jobs from here run on Merge Requests as prerequisite for merging.
@@ -18,7 +18,6 @@ variables:
stage: Manifest
image: node:latest
rules:
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_COMMIT_TAG
when: never
- changes:
@@ -39,7 +38,6 @@ variables:
stage: Test
image: python:latest
rules:
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
@@ -53,7 +51,6 @@ variables:
stage: Bundle
image: javieraviles/zip:latest
rules:
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_COMMIT_TAG
when: never
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
@@ -71,7 +68,6 @@ variables:
stage: Distribute
image: curlimages/curl:latest
rules:
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_COMMIT_TAG
when: never
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
@@ -87,7 +83,6 @@ variables:
stage: Release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_COMMIT_TAG
when: never
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH