Test
parent
c541756042
commit
a616b51ef3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue