From 457af547a62510b1ab93974feab84e03eec73c6d Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 16:13:14 -0500 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 4971c1ab..877d996b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -31,7 +31,6 @@ fi ## Initializes the repository path using the access token. REPOSITORY_PATH="https://${ACCESS_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" && \ - # Installs Git. apt-get update && \ apt-get install -y git && \