mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 11:47:39 +08:00
Uncomment git push on script
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user