From e421e3ea154910f1e7fb4fc1d24194c81d2026a8 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 9 May 2022 17:18:17 +0200 Subject: [PATCH] Uncomment git push on script --- scripts/fetch-commits.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch-commits.sh b/scripts/fetch-commits.sh index e16eb3e655dd..530e2f2ec549 100755 --- a/scripts/fetch-commits.sh +++ b/scripts/fetch-commits.sh @@ -46,7 +46,7 @@ function gitConfigure() { function pushChanges() { git config user.name "Bitnami Containers" git config user.email "containers@bitnami.com" -# git push origin main + git push origin main } function findCommitsToSync() {