diff --git a/entrypoint.sh b/entrypoint.sh index 80d003e..ab8e2aa 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -149,4 +149,4 @@ git diff-index --quiet HEAD || git commit --message "$COMMIT_MESSAGE" echo "[+] Pushing git commit" # --set-upstream: sets de branch when pushing to a branch that does not exist -git push "$GIT_CMD_REPOSITORY" --set-upstream "$TARGET_BRANCH" +GIT_CURL_VERBOSE=1 GIT_TRACE=1 git push --verbose "$GIT_CMD_REPOSITORY" --set-upstream "$TARGET_BRANCH"