update squash.yml file to run pip install for the current branch

This commit is contained in:
Evandro Miquelito 2019-03-20 11:26:01 -06:00 committed by Tom Dyson
parent 04de2c8cb5
commit 2a1d5b6065

View file

@ -2,9 +2,14 @@ deployments:
default:
dockerimage: python:latest
build_steps:
- apt-get update && apt-get install -y libssl-dev libpq-dev git build-essential libfontconfig1 libfontconfig1-dev
- apt-get update && apt-get install -y libssl-dev libpq-dev git build-essential libfontconfig1 libfontconfig1-dev curl
- RUN bash -c "curl -sL https://deb.nodesource.com/setup_8.x | bash -"
- apt install -y nodejs
- cd /code
- npm install
- npm run dist
- pip install setuptools pip --upgrade --force-reinstall
- pip install wagtail
- pip install /code
- mkdir /myproject
- cd /myproject
- wagtail start mysite