Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkataco committed Feb 3, 2024
1 parent 869cbfe commit e15d7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# 4. If the Chart.yaml version is updated as part of the diff, then it will be bumped up
# again as part of this script. We should check the diffs and skip if so
git fetch --tags
echo GIT_COMMIT=0 ./update_versions.sh "$PREVIOUS_VERSION" "$CURRENT_VERSION"
GIT_COMMIT=0 ./update_versions.sh "$PREVIOUS_VERSION" "$CURRENT_VERSION"
# git push origin main # Push updates to main
Expand All @@ -76,7 +76,7 @@ jobs:
source ./updated_charts.sh
cd "$(git rev-parse --show-toplevel)" || exit 1 # Go to git root
make package CHARTS="$(updated_charts "${PREVIOUS_VERSION}" "$CURRENT_VERSION")"
echo make package CHARTS="$(updated_charts "${PREVIOUS_VERSION}" "$CURRENT_VERSION")"
# - name: 'Update Chart Index'
# run: 'echo TODO'
Expand Down

0 comments on commit e15d7bf

Please sign in to comment.