Transactions
Dan 2017-11-03 10:22:59 -06:00
parent c541756042
commit a616b51ef3
1 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@ fi
echo "Build Angular = $BUILD_ANGULAR"
echo "Branch Name = $BRANCH"
if [ "$BRANCH" = test]; then
if [ "$BRANCH" = test ]; then
cd /home/ofbbutte/webapps/ofb_angular/
fi
if [ "$BRANCH" = master]; then
if [ "$BRANCH" = master ]; then
cd /home/ofbbutte/webapps/ofb_angular_test/
fi
exit 1