We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9476b62 commit a6c25dfCopy full SHA for a6c25df
.circleci/config.yml
@@ -20,7 +20,7 @@ commands:
20
- setup_remote_docker
21
# - run: npm ci
22
- run: docker build -t sphinx_rtd_theme:latest .
23
- - run: docker run --cidfile=.container_id --mount type=bind,source="$(pwd)/src",target=/project/src,readonly sphinx_rtd_theme:latest
+ - run: docker run --cidfile=.container_id --mount type=bind,source="${CIRCLE_WORKING_DIRECTORY}/src",target=/project/src,readonly sphinx_rtd_theme:latest
24
- run: docker cp "$(cat .container_id):/project/sphinx_rtd_theme" .
25
- run: docker cp "$(cat .container_id):/project/package-lock.json" .
26
- run:
0 commit comments