Skip to content

Commit

Permalink
ci: Fix flux update script (#2364)
Browse files Browse the repository at this point in the history
CI: Fix flux update script
  • Loading branch information
mikolajb authored Jul 1, 2024
1 parent a07d6e2 commit bf8a54a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/flux/update-flux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function update_flux() {
# Update flux version in defaultApps whenever flux version is upgraded.
sed -i "s/kommander-flux: \".*\"/kommander-flux: \"$LATEST_FLUX_VERSION\"/g" services/kommander/*/defaults/cm.yaml

git add .tool-versions
git add services

if [[ -z "$(git config user.email 2>/dev/null || true)" ]]; then
Expand Down

0 comments on commit bf8a54a

Please sign in to comment.