Avoid listing volume from container
Jekyll / test-ci-actions (push) Failing after 27s
Details
Jekyll / test-ci-actions (push) Failing after 27s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
de1ced6c96
commit
444b318ee3
|
@ -47,7 +47,6 @@ jobs:
|
|||
id: build_site
|
||||
run: |
|
||||
docker volume inspect "${JOB_CONTAINER_NAME}"
|
||||
ls -lA "/var/lib/docker/volumes/${JOB_CONTAINER_NAME}/_data"
|
||||
docker-compose run --rm -v "/var/lib/docker/volumes/${JOB_CONTAINER_NAME}/_data:/home/ubuntu/workspace" jekyll build --verbose
|
||||
- name: Verify site
|
||||
id: verify_site
|
||||
|
|
Loading…
Reference in New Issue