We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4d8fa commit 0854d6cCopy full SHA for 0854d6c
.github/workflows/chart_update_on_merge.yml
@@ -76,8 +76,8 @@ jobs:
76
cd cromwhelm
77
git checkout main
78
ls -la
79
- sed -i "s/appVersion.*/appVersion: \"$CROMWELL_VERSION\"/" cromwell-helm/Chart.yaml
80
- sed -i "s/image: broadinstitute\/cromwell.*/image: broadinstitute\/cromwell:$CROMWELL_VERSION/" cromwell-helm/templates/cromwell.yaml
+ sed -i "s|image: broadinstitute/cromwell:.*|image: broadinstitute/cromwell:$CROMWELL_VERSION|" terra-batch-libchart/values.yaml
+
81
git diff
82
git config --global user.name "broadbot"
83
git config --global user.email "broadbot@broadinstitute.org"
0 commit comments