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 && \