Working Git scripts

This commit is contained in:
Ric Harvey
2015-06-25 13:05:43 +00:00
parent d34afc56e0
commit a3c11bb067
3 changed files with 2 additions and 4 deletions

4
pull
View File

@@ -3,15 +3,11 @@
if [ -z "$GIT_EMAIL" ]; then
echo "You need to pass the \$GIT_EMAIL variable to the container for this to work"
exit
else
echo $GIT_EMAIL
fi
if [ -z "$GIT_NAME" ]; then
echo "You need to pass the \$GIT_NAME variable to the container for this to work"
exit
else
echo $GIT_NAME
fi
cd /usr/share/nginx/html