Skip to content

Commit

Permalink
docs/jobspec: Fix "task" block placement
Browse files Browse the repository at this point in the history
The `task` block should be inside the `group` block. The example in the
page places the `task` block directly under `job`.
  • Loading branch information
heitorPB authored Jun 21, 2024
1 parent c84b4ad commit 5f78c2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/content/docs/job-specification/job.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ job "docs" {
group "example" {
# ...
task "docs" {
# ...
}
}
meta {
Expand All @@ -46,10 +50,6 @@ job "docs" {
region = "north-america"
task "docs" {
# ...
}
update {
# ...
}
Expand Down

0 comments on commit 5f78c2b

Please sign in to comment.