Skip to content
Snippets Groups Projects
Verified Commit b327ea60 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Fix entrypoint in check docs links new.

parent ff7a08ef
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ check docs links new:
allow_failure: true
image:
name: lycheeverse/lychee
entrypoint: [ '/bin/bash', '-c', 'ln -snf /bin/bash /bin/sh && /bin/bash -c $0' ]
entrypoint: [""]
needs: ["build docs"]
extends:
- .rules-master-manual
......
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