Transactions
Dan 2017-11-03 10:33:47 -06:00
parent e595938ef0
commit 530446a857
1 changed files with 4 additions and 3 deletions

View File

@ -11,11 +11,12 @@ echo "Build Angular = $BUILD_ANGULAR"
echo "Branch Name = $BRANCH" echo "Branch Name = $BRANCH"
if [ "$BRANCH" = test ]; then if [ "$BRANCH" = test ]; then
cd /home/ofbbutte/webapps/ofb_angular/
fi
if [ "$BRANCH" = master ]; then
cd /home/ofbbutte/webapps/ofb_angular_test/ cd /home/ofbbutte/webapps/ofb_angular_test/
fi fi
if [ "$BRANCH" = master ]; then
cd /home/ofbbutte/webapps/ofb_angular/
fi
ls
echo "Node Version" echo "Node Version"
bin/node --version bin/node --version