diff --git a/git-post-receive b/git-post-receive index 3edc979..4858ca7 100644 --- a/git-post-receive +++ b/git-post-receive @@ -11,11 +11,12 @@ echo "Build Angular = $BUILD_ANGULAR" echo "Branch Name = $BRANCH" if [ "$BRANCH" = test ]; then - cd /home/ofbbutte/webapps/ofb_angular/ -fi -if [ "$BRANCH" = master ]; then cd /home/ofbbutte/webapps/ofb_angular_test/ fi +if [ "$BRANCH" = master ]; then + cd /home/ofbbutte/webapps/ofb_angular/ +fi +ls echo "Node Version" bin/node --version