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

change entrypoint of docker img

parent ae83e14b
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ check:links: ...@@ -108,7 +108,7 @@ check:links:
stage: check stage: check
image: image:
name: $CI_REGISTRY/r3/apps/tailorbird/linkchecker name: $CI_REGISTRY/r3/apps/tailorbird/linkchecker
entrypoint: [""] entrypoint: ["/bin/bash"]
rules: rules:
- if: $CI_COMMIT_REF_NAME - if: $CI_COMMIT_REF_NAME
- if: $CI_MERGE_REQUEST_ID - if: $CI_MERGE_REQUEST_ID
......
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