Skip to content

Commit 9758666

Browse files
authoredSep 30, 2021
fix chart publish job (#620)
The branch parameter isn't for this repo
1 parent 5dfc351 commit 9758666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
-X POST \
7878
-H 'Content-Type: application/json' \
7979
-H 'Accept: application/json' \
80-
-d "{\"branch\": \"main\",\"parameters\":{\"SOURCE_REPO\": \"${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}\",\"SOURCE_TAG\": \"${CIRCLE_TAG}\"}}" \
80+
-d "{\"branch\": \"master\",\"parameters\":{\"SOURCE_REPO\": \"${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}\",\"SOURCE_TAG\": \"${CIRCLE_TAG}\"}}" \
8181
"${CIRCLE_ENDPOINT}/${CIRCLE_PROJECT}/pipeline"
8282
- slack/status:
8383
fail_only: true

0 commit comments

Comments
 (0)
Please sign in to comment.