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

set env variable

parent 73649e03
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,6 @@ check:links: ...@@ -108,7 +108,6 @@ check:links:
stage: check stage: check
image: docker:19.03.12 image: docker:19.03.12
variables: variables:
#DOCKER_HOST: tcp://localhost:2376/
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
services: services:
...@@ -121,7 +120,7 @@ check:links: ...@@ -121,7 +120,7 @@ check:links:
- cp .ci/jsonWhitelist.txt build/external/. - cp .ci/jsonWhitelist.txt build/external/.
- cp -r build/external checkFolder - cp -r build/external checkFolder
script: script:
- docker run -v "$(pwd)"/build/external:/checkFolder -t git-r3lab.uni.lu:4567/r3/apps/tailorbird/linkchecker - docker run -v "$(pwd)"/build/external:/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