Skip to content
Snippets Groups Projects
Commit 93eb0d2f authored by Sören Henning's avatar Sören Henning
Browse files

Override entrypoint

parent b1025996
No related branches found
No related tags found
1 merge request!220Use official crdoc container image
Pipeline #5914 failed
......@@ -75,8 +75,10 @@ test-docs-links:
build-docs-crds:
stage: build
image: ghcr.io/fybrik/crdoc:0.6.0
script: "--resources theodolite/crd/ --template docs/api-reference/crds.tmpl --output docs/api-reference/crds.ref.md"
image:
name: ghcr.io/fybrik/crdoc:0.6.0
entrypoint: [""]
script: /crdoc --resources theodolite/crd/ --template docs/api-reference/crds.tmpl --output docs/api-reference/crds.ref.md
artifacts:
paths:
- docs/api-reference/crds.ref.md
......
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