mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -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,14 +13,12 @@ jobs:
|
|||
setup:
|
||||
<<: *defaults
|
||||
steps:
|
||||
- run:
|
||||
command: |
|
||||
- run: |
|
||||
echo "Setup step is happening here"
|
||||
pip install -r requirements.txt
|
||||
npm --production=false ci
|
||||
npm --production=false update
|
||||
|
||||
|
||||
workflows:
|
||||
build-test-deploy:
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue