Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
7faff902
Verified
Commit
7faff902
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
ci(earthly): Add docs command
parent
2474e731
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Earthfile
+9
-1
9 additions, 1 deletion
Earthfile
with
9 additions
and
1 deletion
Earthfile
+
9
−
1
View file @
7faff902
VERSION 0.7
VERSION
--wait-block
0.7
# images builds all container images in the Repository
# images builds all container images in the Repository
images:
images:
...
@@ -43,3 +43,11 @@ enable-autoupdates:
...
@@ -43,3 +43,11 @@ enable-autoupdates:
LOCALLY
LOCALLY
ARG --required node
ARG --required node
RUN kubectl label node "${node}" upgrade.shivering-isles.com/fedora-autoupdate=true
RUN kubectl label node "${node}" upgrade.shivering-isles.com/fedora-autoupdate=true
# docs runs a local mdbook instance using koolbox that will listen on localhost:3000
docs:
WAIT
BUILD ./images/koolbox+install
END
LOCALLY
RUN koolbox mdbook serve docs
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