Take only one volume
Jekyll / test-ci-actions (push) Failing after 17s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 16:13:01 +02:00
parent aae049f80d
commit 2f1abb8c08
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ jobs:
id: verify_image
run: |
set -x
VOL=$(docker volume ls | grep -Po "GITEA-ACTIONS-TASK-[0-9]+_WORKFLOW-Jekyll_JOB-test-ci-actions")
VOL=$(docker volume ls | grep -Po "GITEA-ACTIONS-TASK-[0-9]+_WORKFLOW-Jekyll_JOB-test-ci-actions$")
echo "VOL=${VOL}"
docker-compose run --rm --entrypoint bash -v "${VOL}:/home/ubuntu/workspace" jekyll -c "whoami; pwd; ls -lA ."
- name: Build Jekyll site