docs(gitlab-ci): tweak comments
This commit is contained in:
parent
fa02a0727a
commit
71afd4a0df
@ -6,12 +6,9 @@
|
|||||||
# Our pipeline consists of static and dynamic parts.
|
# Our pipeline consists of static and dynamic parts.
|
||||||
#
|
#
|
||||||
# This file only contains the static parts of our pipeline.
|
# This file only contains the static parts of our pipeline.
|
||||||
# Dynamic jobs are defined in .gitlab-ci/dynamic-ci.yml.
|
# Dynamic jobs are defined in .gitlab-ci/frontend.yml and .gitlab-ci/backend.yml.
|
||||||
# These are used as a template to generate jobs during the pipeline runtime.
|
# These are used as a template to generate downstream (child) pipelines during
|
||||||
#
|
# the runtime of the upstream (parent) pipeline.
|
||||||
# The marker "#dyn#" (without quotes) will be replaced by concrete values.
|
|
||||||
#
|
|
||||||
# TODO: documentation about dynamic stage
|
|
||||||
###
|
###
|
||||||
|
|
||||||
|
|
||||||
@ -103,6 +100,7 @@ setup:containers:frontend:
|
|||||||
rules:
|
rules:
|
||||||
- when: always
|
- when: always
|
||||||
|
|
||||||
|
# TODO: switch to exec logic as above (see frontend container)
|
||||||
setup:containers:backend: &containers-backend
|
setup:containers:backend: &containers-backend
|
||||||
stage: setup
|
stage: setup
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
### IMPORTANT NOTICE ###
|
### IMPORTANT NOTICE ###
|
||||||
# Our pipeline consists of static and dynamic parts.
|
# Our pipeline consists of static and dynamic parts.
|
||||||
#
|
#
|
||||||
# This file only contains the dynamic parts of our pipeline.
|
# This file only contains the dynamic backend parts of our pipeline.
|
||||||
# Static jobs are defined in .gitlab-ci.yml.
|
# Static jobs are defined in .gitlab-ci.yml.
|
||||||
#
|
#
|
||||||
# The marker "#dyn#" (without quotes) will be replaced by concrete values.
|
# The marker "#dyn#" (without quotes) will be replaced by concrete values.
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
### IMPORTANT NOTICE ###
|
### IMPORTANT NOTICE ###
|
||||||
# Our pipeline consists of static and dynamic parts.
|
# Our pipeline consists of static and dynamic parts.
|
||||||
#
|
#
|
||||||
# This file only contains the dynamic parts of our pipeline.
|
# This file only contains the dynamic frontend parts of our pipeline.
|
||||||
# Static jobs are defined in .gitlab-ci.yml.
|
# Static jobs are defined in .gitlab-ci.yml.
|
||||||
#
|
#
|
||||||
# The marker "#dyn#" (without quotes) will be replaced by concrete values.
|
# The marker "#dyn#" (without quotes) will be replaced by concrete values.
|
||||||
|
|||||||
Reference in New Issue
Block a user