mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-25 13:54:59 -05:00
undo previous change in circleci config
This commit is contained in:
parent
f746c444d7
commit
c9cb5faef8
1 changed files with 5 additions and 7 deletions
|
@ -13,13 +13,11 @@ jobs:
|
||||||
setup:
|
setup:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run: |
|
||||||
command: |
|
echo "Setup step is happening here"
|
||||||
echo "Setup step is happening here"
|
pip install -r requirements.txt
|
||||||
pip install -r requirements.txt
|
npm --production=false ci
|
||||||
npm --production=false ci
|
npm --production=false update
|
||||||
npm --production=false update
|
|
||||||
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
build-test-deploy:
|
build-test-deploy:
|
||||||
|
|
Loading…
Reference in a new issue