Skip to content

Commit

Permalink
Try building and running docker in Circle (not sure if works)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Aug 17, 2022
1 parent 6269d47 commit 994730f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ commands:
description: "Ensure built assets are up to date"
steps:
- checkout
- run: npm ci
- run: npm run build
# - run: npm ci
- run: make docker-images
- run: make docker-run
- run: make docker-copy-assets
- run:
name: Ensure built assets are up to date
command: |
Expand All @@ -31,8 +33,6 @@ commands:
jobs:
build:
docker:
- image: 'cimg/python:3.9-node'
steps:
- run-build: {}
py27:
Expand Down

0 comments on commit 994730f

Please sign in to comment.