Update entrypoint.sh

This commit is contained in:
James Ives 2019-03-03 15:57:12 -05:00
parent b83c081238
commit f4dde9ad17

View File

@ -17,11 +17,6 @@ then
exit 1
fi
if [[ "$FOLDER" == "/" ]]; then
FOLDER=":/"
fi
## Initializes Variables
REPOSITORY_PATH="https://${ACCESS_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" && \