Skip to content

Commit 03dd9cc

Browse files
authored
Fixed CircleCI config (#84)
1 parent db339b8 commit 03dd9cc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
description: ArgoCD manifests repository to update
208208
manifests-branch:
209209
type: string
210-
default: tests
210+
default: environments/latest
211211
description: Branch to use when pushing deployment changes
212212
environment-path:
213213
type: string

.circleci/scripts/update_environment.sh

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ args=(
99
--author "${commit_author}"
1010
--update "${UPDATE}"
1111
--release-train "latest"
12+
--manifests-repo-url "${MANIFESTS_REPO}"
13+
--manifests-base-branch "${MANIFESTS_BRANCH}"
14+
--manifests-repo-ref "${MANIFESTS_BRANCH}"
15+
--skip-pull-request
1216
--push
1317
)
1418

0 commit comments

Comments
 (0)