Skip to content

Commit

Permalink
Fixed CircleCI config (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdkshingala authored Sep 1, 2023
1 parent db339b8 commit 03dd9cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
description: ArgoCD manifests repository to update
manifests-branch:
type: string
default: tests
default: environments/latest
description: Branch to use when pushing deployment changes
environment-path:
type: string
Expand Down
4 changes: 4 additions & 0 deletions .circleci/scripts/update_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ args=(
--author "${commit_author}"
--update "${UPDATE}"
--release-train "latest"
--manifests-repo-url "${MANIFESTS_REPO}"
--manifests-base-branch "${MANIFESTS_BRANCH}"
--manifests-repo-ref "${MANIFESTS_BRANCH}"
--skip-pull-request
--push
)

Expand Down

0 comments on commit 03dd9cc

Please sign in to comment.