mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-25 07:13:46 +00:00
update squash.yml file to run pip install for the current branch
This commit is contained in:
parent
04de2c8cb5
commit
2a1d5b6065
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue