Uncomment git push on script

This commit is contained in:
Bitnami Containers
2022-05-09 17:18:17 +02:00
parent 24994ecb9b
commit e421e3ea15

View File

@@ -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() {