Skip to content
Snippets Groups Projects
Commit 864f1309 authored by bikerdanny's avatar bikerdanny
Browse files

Added 5 as operand for sleep

parent e5a3a12d
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ test_linkchecker: ...@@ -37,7 +37,7 @@ test_linkchecker:
script: script:
- docker network create ${TEST_NETWORK} - docker network create ${TEST_NETWORK}
- docker run -d --rm --name ${TEST_CONTAINER_NAME} --network ${TEST_NETWORK} ${BASE_IMAGE} mkdocs serve --dev-addr 0.0.0.0:8000 - docker run -d --rm --name ${TEST_CONTAINER_NAME} --network ${TEST_NETWORK} ${BASE_IMAGE} mkdocs serve --dev-addr 0.0.0.0:8000
- sleep - sleep 5
- docker run --rm --network ${TEST_NETWORK} ${LINKCHECKER_IMAGE} --check-extern --ignore-url=http://0.0.0.0:8000 http://${TEST_CONTAINER_NAME}:8000 - docker run --rm --network ${TEST_NETWORK} ${LINKCHECKER_IMAGE} --check-extern --ignore-url=http://0.0.0.0:8000 http://${TEST_CONTAINER_NAME}:8000
cleanup_test: cleanup_test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment