From 4fa1f5bef6c16e886a93e125af25653d356af364 Mon Sep 17 00:00:00 2001 From: Tom Lebreux Date: Mon, 23 Dec 2024 12:57:59 -0500 Subject: [PATCH] Ensure go telemetry files aren't added to the commit --- .github/workflows/scripts/release-against-rancher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/release-against-rancher.sh b/.github/workflows/scripts/release-against-rancher.sh index 469b16f0b..cc9ff3a80 100755 --- a/.github/workflows/scripts/release-against-rancher.sh +++ b/.github/workflows/scripts/release-against-rancher.sh @@ -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}"