Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
1c55a6ed
Verified
Commit
1c55a6ed
authored
Aug 04, 2021
by
Laurent Heirendt
✈
Browse files
set env variable
parent
73649e03
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1c55a6ed
...
...
@@ -108,7 +108,6 @@ check:links:
stage
:
check
image
:
docker:19.03.12
variables
:
#DOCKER_HOST: tcp://localhost:2376/
DOCKER_TLS_CERTDIR
:
"
"
DOCKER_DRIVER
:
overlay2
services
:
...
...
@@ -121,7 +120,7 @@ check:links:
-
cp .ci/jsonWhitelist.txt build/external/.
-
cp -r build/external checkFolder
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
# ------------------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment