Skip to content

Commit a716bdd

Browse files
Fix .evergreenn-functions after successful run
1 parent 4691973 commit a716bdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.evergreen-functions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,7 @@ functions:
854854
env:
855855
GH_TOKEN: ${GH_TOKEN}
856856
MCK_DIR: ${workdir}/src/github.com/mongodb/mongodb-kubernetes
857-
# binary: scripts/dev/run_python.sh scripts/create_chart_release_pr.py --chart_version ${RELEASE_OPERATOR_VERSION|*triggered_by_git_tag}
858-
binary: scripts/dev/run_python.sh scripts/create_chart_release_pr.py --chart_version x.y.z
857+
binary: scripts/dev/run_python.sh scripts/create_chart_release_pr.py --chart_version ${RELEASE_OPERATOR_VERSION|*triggered_by_git_tag}
859858

860859
release_kubectl_mongodb_plugin:
861860
- command: github.generate_token

0 commit comments

Comments
 (0)