mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
circleci move python setup to its own run step
This commit is contained in:
parent
ec1fea2efd
commit
ba17ae952f
1 changed files with 4 additions and 1 deletions
|
@ -78,7 +78,7 @@ aliases:
|
||||||
- *restore_npm_cache
|
- *restore_npm_cache
|
||||||
- *restore_build_cache
|
- *restore_build_cache
|
||||||
- run:
|
- run:
|
||||||
name: "deploy to staging"
|
name: "setup python"
|
||||||
command: |
|
command: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install software-properties-common
|
sudo apt install software-properties-common
|
||||||
|
@ -88,6 +88,9 @@ aliases:
|
||||||
curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py
|
curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py
|
||||||
python get-pip.py pip==21.0.1
|
python get-pip.py pip==21.0.1
|
||||||
pip install s3cmd==2.1.0
|
pip install s3cmd==2.1.0
|
||||||
|
- run:
|
||||||
|
name: "deploy to staging"
|
||||||
|
command: |
|
||||||
npm run deploy
|
npm run deploy
|
||||||
- &integration_jest
|
- &integration_jest
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
Loading…
Reference in a new issue