Skip to content

Commit

Permalink
Backport of docs/jobspec: Fix "task" block placement into release/1.8…
Browse files Browse the repository at this point in the history
….x (#23417)

Co-authored-by: Heitor de Bittencourt <heitorpbittencourt@gmail.com>
  • Loading branch information
hc-github-team-nomad-core and heitorPB committed Jun 21, 2024
1 parent ff6d118 commit 7b43d06
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 7b43d06

Please sign in to comment.