From 4b313f1b76a0d52cb8beedc417270e22b2a977b6 Mon Sep 17 00:00:00 2001 From: Devin Nemec Date: Mon, 10 Aug 2020 09:14:18 -0500 Subject: [PATCH] unset upstream (not needed) --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 4bef9f3..0c4fe0f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -37,4 +37,4 @@ git status git commit --message "Update from https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA" echo "Pushing git commit" -git push -u origin master +git push origin master