Skip to content

Commit

Permalink
removes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
runeanielsen committed Sep 23, 2020
1 parent beb66cd commit 465658e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
sed -i "/appVersion:.*/c\appVersion: \"$IMAGE_TAG_NO_V\"" ./openftth/charts/gdb-integrator/Chart.yaml
sed -i "/ tag:.*/c\ tag: v$IMAGE_TAG_NO_V" ./openftth/charts/gdb-integrator/values.yaml
CHART_VERSION="$(./scripts/increment-chart-number.sh "$(grep -w '^version:' ./openftth/Chart.yaml)" bug)"
sed -i "/^version:.*/c\version: $CHART_VERSION)" ./openftth/Chart.yaml
sed -i "/^version:.*/c\version: $CHART_VERSION" ./openftth/Chart.yaml
git add .
git commit -m "upgrades $IMAGE_NAME to version $IMAGE_TAG"
git push
Expand Down

0 comments on commit 465658e

Please sign in to comment.