Skip to content

Commit c227efb

Browse files
authored
Merge pull request #30 from psu-libraries/newcicd
Newcicd
2 parents 1fb18e9 + 1f9cd56 commit c227efb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,12 @@ jobs:
8989
registry_host: << pipeline.parameters.REGISTRY_HOST >>
9090
environment:
9191
clusters: << parameters.clusters >>
92-
CONFIG_REPO: git@github.com:psu-libraries/panewsarchive-config.git
9392
REGISTRY_HOST: harbor.k8s.libraries.psu.edu
9493
FROM_TAG: << parameters.from_tag >>
9594
TO_TAG: << parameters.to_tag >>
9695
PIPELINE_CONFIG_VERSION: << pipeline.parameters.PIPELINE_CONFIG_VERSION >>
96+
CONFIG_REPO_NAME: << pipeline.parameters.CONFIG_REPO_NAME >>
97+
CONFIG_REPO_URL: << pipeline.parameters.CONFIG_REPO_URL >>
9798
steps:
9899
- clone-config-repo
99100
- run:

0 commit comments

Comments
 (0)