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 3527651
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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 Down

0 comments on commit 3527651

Please sign in to comment.