Skip to content
Snippets Groups Projects
Verified Commit f4826e68 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Revert "WIP: access docker img directly"

This reverts commit 653698bb.
parent 19b3236d
No related branches found
No related tags found
No related merge requests found
...@@ -106,9 +106,13 @@ build:pages: ...@@ -106,9 +106,13 @@ build:pages:
check:links: check:links:
stage: check stage: check
image: image: docker:19.03.12
name: $CI_REGISTRY/r3/apps/tailorbird/linkchecker variables:
entrypoint: [""] DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2
services:
- name: docker:19.03.12-dind
command: ["--mtu=1458"]
rules: rules:
- if: $CI_COMMIT_REF_NAME - if: $CI_COMMIT_REF_NAME
- if: $CI_MERGE_REQUEST_ID - if: $CI_MERGE_REQUEST_ID
...@@ -117,7 +121,7 @@ check:links: ...@@ -117,7 +121,7 @@ check:links:
- cp .ci/jsonWhitelist.txt build/. - cp .ci/jsonWhitelist.txt build/.
- cp -r build checkFolder - cp -r build checkFolder
script: script:
- python link_check.py - docker run -v "$(pwd)"/build:/checkFolder -t $CI_REGISTRY/r3/apps/tailorbird/linkchecker
# generate # generate
# ------------------------------------------------------------------------------------ # ------------------------------------------------------------------------------------
......
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