From 530446a857ad00835b792c127aa66328a2dba9e0 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 3 Nov 2017 10:33:47 -0600 Subject: [PATCH] Test --- git-post-receive | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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