Skip to content

Commit

Permalink
No make in docker-ce image
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Aug 17, 2022
1 parent 7545937 commit 5193930
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ commands:
- checkout
- setup_remote_docker
# - run: npm ci
- run: make docker-images
- run: make docker-run
- run: make docker-copy-assets
- run: docker build -t sphinx_rtd_theme:latest .
- run: docker run --cidfile=.container_id --mount type=bind,source="$(CWD)/src",target=/project/src,readonly sphinx_rtd_theme:latest
- run: docker cp "$(cat .container_id):/project/sphinx_rtd_theme" .
- run: docker cp "$(cat .container_id):/project/package-lock.json" .
- run:
name: Ensure built assets are up to date
command: |
Expand Down

0 comments on commit 5193930

Please sign in to comment.