We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db339b8 commit 03dd9ccCopy full SHA for 03dd9cc
.circleci/config.yml
@@ -207,7 +207,7 @@ jobs:
207
description: ArgoCD manifests repository to update
208
manifests-branch:
209
type: string
210
- default: tests
+ default: environments/latest
211
description: Branch to use when pushing deployment changes
212
environment-path:
213
.circleci/scripts/update_environment.sh
@@ -9,6 +9,10 @@ args=(
9
--author "${commit_author}"
10
--update "${UPDATE}"
11
--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
16
--push
17
)
18
0 commit comments