mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-22 08:03:19 +01:00
Merge branch 'helpers-fix-readme-reversion' into 'develop'
update logic so helpers work See merge request kasm-technologies/internal/workspaces-images!148
This commit is contained in:
commit
6d77dcb290
@ -31,6 +31,38 @@ template:
|
||||
- gitlab-ci.yml
|
||||
pipeline:
|
||||
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:
|
||||
include:
|
||||
- artifact: gitlab-ci.yml
|
||||
|
Loading…
Reference in New Issue
Block a user