Skip to content

Commit 43c1ab3

Browse files
committed
Try building and running docker in Circle (not sure if works)
1 parent 6269d47 commit 43c1ab3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ commands:
1717
description: "Ensure built assets are up to date"
1818
steps:
1919
- checkout
20-
- run: npm ci
21-
- run: npm run build
20+
# - run: npm ci
21+
- run: make docker-images
22+
- run: make docker-run
23+
- run: make docker-copy-assets
2224
- run:
2325
name: Ensure built assets are up to date
2426
command: |
@@ -32,7 +34,7 @@ commands:
3234
jobs:
3335
build:
3436
docker:
35-
- image: 'cimg/python:3.9-node'
37+
- image: 'cimg/python:3.9'
3638
steps:
3739
- run-build: {}
3840
py27:

0 commit comments

Comments
 (0)