Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
93eb0d2f
Commit
93eb0d2f
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Override entrypoint
parent
b1025996
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!220
Use official crdoc container image
Pipeline
#5914
failed
3 years ago
Stage: build
Stage: test
Stage: check
This commit is part of merge request
!220
. Comments created here will be created in the context of that merge request.
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
Edit
View file @
93eb0d2f
...
@@ -75,8 +75,10 @@ test-docs-links:
...
@@ -75,8 +75,10 @@ test-docs-links:
build-docs-crds
:
build-docs-crds
:
stage
:
build
stage
:
build
image
:
ghcr.io/fybrik/crdoc:0.6.0
image
:
script
:
"
--resources
theodolite/crd/
--template
docs/api-reference/crds.tmpl
--output
docs/api-reference/crds.ref.md"
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
:
artifacts
:
paths
:
paths
:
-
docs/api-reference/crds.ref.md
-
docs/api-reference/crds.ref.md
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment