mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-25 00:43:11 +01:00
Readme test
This commit is contained in:
parent
07047f72d7
commit
628773fcb6
@ -29,6 +29,38 @@ template:
|
|||||||
- gitlab-ci.yml
|
- gitlab-ci.yml
|
||||||
pipeline:
|
pipeline:
|
||||||
stage: run
|
stage: run
|
||||||
|
except:
|
||||||
|
variables:
|
||||||
|
- $README_USERNAME_RUN
|
||||||
|
- $README_PASSWORD_RUN
|
||||||
|
- $DOCKERHUB_REVERT_RUN
|
||||||
|
- $REVERT_IS_ROLLING_RUN
|
||||||
|
trigger:
|
||||||
|
include:
|
||||||
|
- artifact: gitlab-ci.yml
|
||||||
|
job: template
|
||||||
|
pipeline_readme:
|
||||||
|
stage: run
|
||||||
|
only:
|
||||||
|
variables:
|
||||||
|
- $README_USERNAME_RUN
|
||||||
|
- $README_PASSWORD_RUN
|
||||||
|
variables:
|
||||||
|
README_USERNAME: $README_USERNAME_RUN
|
||||||
|
README_PASSWORD: $README_PASSWORD_RUN
|
||||||
|
trigger:
|
||||||
|
include:
|
||||||
|
- artifact: gitlab-ci.yml
|
||||||
|
job: template
|
||||||
|
pipeline_revert:
|
||||||
|
stage: run
|
||||||
|
only:
|
||||||
|
variables:
|
||||||
|
- $DOCKERHUB_REVERT_RUN
|
||||||
|
- $REVERT_IS_ROLLING_RUN
|
||||||
|
variables:
|
||||||
|
DOCKERHUB_REVERT: $DOCKERHUB_REVERT_RUN
|
||||||
|
REVERT_IS_ROLLING: $REVERT_IS_ROLLING_RUN
|
||||||
trigger:
|
trigger:
|
||||||
include:
|
include:
|
||||||
- artifact: gitlab-ci.yml
|
- artifact: gitlab-ci.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user