Update entrypoint.sh

This commit is contained in:
James Ives 2019-03-03 16:13:14 -05:00
parent 2dd0d93bb0
commit 457af547a6

View File

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