We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fb18e9 + 1f9cd56 commit c227efbCopy full SHA for c227efb
.circleci/config.yml
@@ -89,11 +89,12 @@ jobs:
89
registry_host: << pipeline.parameters.REGISTRY_HOST >>
90
environment:
91
clusters: << parameters.clusters >>
92
- CONFIG_REPO: git@github.com:psu-libraries/panewsarchive-config.git
93
REGISTRY_HOST: harbor.k8s.libraries.psu.edu
94
FROM_TAG: << parameters.from_tag >>
95
TO_TAG: << parameters.to_tag >>
96
PIPELINE_CONFIG_VERSION: << pipeline.parameters.PIPELINE_CONFIG_VERSION >>
+ CONFIG_REPO_NAME: << pipeline.parameters.CONFIG_REPO_NAME >>
97
+ CONFIG_REPO_URL: << pipeline.parameters.CONFIG_REPO_URL >>
98
steps:
99
- clone-config-repo
100
- run:
0 commit comments