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

run docker img as is

parent 1476afe1
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: image:
name: git-r3lab.uni.lu:4567/r3/apps/tailorbird/linkchecker name: git-r3lab.uni.lu:4567/r3/apps/tailorbird/linkchecker
entrypoint: [""]
rules: rules:
- if: $CI_COMMIT_REF_NAME - if: $CI_COMMIT_REF_NAME
- if: $CI_MERGE_REQUEST_ID - if: $CI_MERGE_REQUEST_ID
...@@ -116,7 +115,7 @@ check:links: ...@@ -116,7 +115,7 @@ check:links:
- cp -r build/external checkFolder - cp -r build/external checkFolder
- ls -lash - ls -lash
script: script:
- python link_check.py - echo "exit 0"
# 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