mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-23 19:30:34 -04:00
circleci re-add python setup step, include install pip
This commit is contained in:
parent
52eff51b40
commit
2c19107746
1 changed files with 6 additions and 1 deletions
|
@ -77,10 +77,15 @@ aliases:
|
|||
- checkout
|
||||
- *restore_npm_cache
|
||||
- *restore_build_cache
|
||||
- run:
|
||||
name: "setup python"
|
||||
command: |
|
||||
curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py
|
||||
python get-pip.py pip==21.0.1
|
||||
pip install s3cmd==2.1.0
|
||||
- run:
|
||||
name: "deploy to staging"
|
||||
command: |
|
||||
pip install s3cmd==2.1.0
|
||||
npm run deploy
|
||||
- &integration_jest
|
||||
<<: *defaults
|
||||
|
|
Loading…
Add table
Reference in a new issue