remove forced mirumee version
This commit is contained in:
parent
1cfe90e437
commit
80c6dd8d70
1 changed files with 11 additions and 14 deletions
25
deploy.sh
25
deploy.sh
|
@ -406,25 +406,22 @@ fi
|
||||||
echo "Cloning Saleor from github..."
|
echo "Cloning Saleor from github..."
|
||||||
echo ""
|
echo ""
|
||||||
# Check if the -v (version) option was used
|
# Check if the -v (version) option was used
|
||||||
if [ "$vOPT" = "true" ]; then
|
|
||||||
|
# Was a repo specified?
|
||||||
|
if [ "$REPO" = "mirumee" ]; then
|
||||||
# Get the Mirumee repo
|
# Get the Mirumee repo
|
||||||
sudo -u $UN git clone https://github.com/mirumee/saleor.git
|
sudo -u $UN git clone https://github.com/mirumee/saleor.git
|
||||||
else
|
else
|
||||||
# Was a repo specified?
|
# Get the Mirumee repo
|
||||||
if [ "$REPO" = "mirumee" ]; then
|
echo "Cloning $REPO"
|
||||||
# Get the Mirumee repo
|
sudo -u $UN git clone $REPO
|
||||||
sudo -u $UN git clone https://github.com/mirumee/saleor.git
|
|
||||||
else
|
|
||||||
# Get the Mirumee repo
|
|
||||||
echo "Cloning $REPO"
|
|
||||||
sudo -u $UN git clone $REPO
|
|
||||||
|
|
||||||
###### For possible later use ######
|
###### For possible later use ######
|
||||||
# Get the forked repo from thewhiterabbit
|
# Get the forked repo from thewhiterabbit
|
||||||
#git clone https://github.com/mirumee/saleor.git
|
#git clone https://github.com/mirumee/saleor.git
|
||||||
###### For possible later use ######
|
###### For possible later use ######
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wait
|
wait
|
||||||
# Make sure we're in the project root directory for Saleor
|
# Make sure we're in the project root directory for Saleor
|
||||||
cd $HD/saleor
|
cd $HD/saleor
|
||||||
|
|
Loading…
Reference in a new issue