Verify the container again
Jekyll / jekyll (push) Failing after 17s
Details
Jekyll / jekyll (push) Failing after 17s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
85ce376ad0
commit
db8d566b99
|
@ -37,6 +37,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# The environment variables _UID, _GID, _USER and _GROUP will impact this image
|
# The environment variables _UID, _GID, _USER and _GROUP will impact this image
|
||||||
docker-compose build jekyll
|
docker-compose build jekyll
|
||||||
|
- name: Verify Jekyll container
|
||||||
|
id: verify_image
|
||||||
|
run: |
|
||||||
|
docker-compose run --rm -v "${JOB_CONTAINER_NAME}/:/home/${USER}/workspace" \
|
||||||
|
--entrypoint bash \
|
||||||
|
jekyll -c "whoami; pwd; ls -lA ."
|
||||||
- name: Build Jekyll site
|
- name: Build Jekyll site
|
||||||
id: build_site
|
id: build_site
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue