mirror of
https://gitlab.com/Thoscellen/Wallset.git
synced 2025-05-31 19:04:51 +02:00
Made some documentation
This commit is contained in:
parent
03cce7edee
commit
4b5ae81dae
@ -10,11 +10,13 @@ variables:
|
||||
RELEASE_VERSION: v0.$CI_PIPELINE_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.
|
||||
.gen-manifest-job: &gen-manifest
|
||||
stage: Manifest
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
changes:
|
||||
# TODO: refacto this (as Reference or something else)
|
||||
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
||||
script:
|
||||
- echo testing ${PACKAGE_NAME}.md
|
||||
@ -38,6 +40,7 @@ check-content-job/valid_set:
|
||||
PACKAGE_NAME: "valid_set"
|
||||
<<: *check-content
|
||||
|
||||
# Jobs from here run Merged_results or Push/Merge Commits to the main branch. Tag is created on release so no run with tag creation
|
||||
.bundle-job: &bundle
|
||||
stage: Bundle
|
||||
image: javieraviles/zip:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user