update logic so helpers work

This commit is contained in:
ryan.kuba 2023-10-20 10:52:51 -07:00
parent 7c31f93689
commit 79b764adc5
No known key found for this signature in database

View File

@ -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