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

Merge branch 'fix-docs-links' into 'master'

[ci] Fix entrypoint in check docs links new.

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