no checkout for now
This commit is contained in:
parent
3911bd94d3
commit
4d50b74813
1 changed files with 2 additions and 2 deletions
|
@ -252,7 +252,7 @@ echo ""
|
||||||
|
|
||||||
DB_URL="postgres://$PGSQLUSER:$PGSQLUSERPASS@$PGDBHOST:$DBPORT/$PGSQLDBNAME"
|
DB_URL="postgres://$PGSQLUSER:$PGSQLUSERPASS@$PGDBHOST:$DBPORT/$PGSQLDBNAME"
|
||||||
|
|
||||||
git checkout $VERSION
|
#git checkout $VERSION
|
||||||
python3 -m venv $HD/saleor/venv
|
python3 -m venv $HD/saleor/venv
|
||||||
source $HD/saleor/venv/bin/activate
|
source $HD/saleor/venv/bin/activate
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
@ -282,7 +282,7 @@ git clone https://github.com/mirumee/saleor-dashboard.git
|
||||||
wait
|
wait
|
||||||
cd saleor-dashboard
|
cd saleor-dashboard
|
||||||
|
|
||||||
git checkout $VERSION
|
#git checkout $VERSION
|
||||||
npm i
|
npm i
|
||||||
export API_URI=$APIURL
|
export API_URI=$APIURL
|
||||||
export APP_MOUNT_URI=$APP_MOUNT_URI
|
export APP_MOUNT_URI=$APP_MOUNT_URI
|
||||||
|
|
Loading…
Reference in a new issue