Skip to content

Commit

Permalink
Ensure go telemetry files aren't added to the commit (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleb authored Dec 31, 2024
1 parent 94ee052 commit fdb9032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/release-against-rancher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ make .dapper

# DAPPER_MODE=bind will make sure we output everything that changed
DAPPER_MODE=bind ./.dapper go generate ./... || true
DAPPER_MODE=bind ./.dapper rm -rf go
DAPPER_MODE=bind ./.dapper rm -rf go .config

git add .
git commit -m "Bump webhook to ${NEW_CHART_VERSION}+up${NEW_WEBHOOK_VERSION_SHORT}"
Expand Down

0 comments on commit fdb9032

Please sign in to comment.