Skip to content

Commit

Permalink
Remove obsolete version field (#373)
Browse files Browse the repository at this point in the history
* fix: remove obsolete version field
  • Loading branch information
kamilchodola authored Apr 30, 2024
1 parent 3df8466 commit f9cd284
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
execution:
stop_grace_period: 30s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
consensus:
stop_grace_period: 30s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
execution:
stop_grace_period: 30s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
execution:
stop_grace_period: 30s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
execution:
stop_grace_period: 30s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
execution:
stop_grace_period: 30s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
execution:
stop_grace_period: 30s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
execution:
stop_grace_period: 30s
Expand Down
1 change: 0 additions & 1 deletion cli/testdata/run_tests/no_image/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
execution:
stop_grace_period: 30m
Expand Down
1 change: 0 additions & 1 deletion cli/testdata/run_tests/valid/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
execution:
stop_grace_period: 30s
Expand Down
1 change: 0 additions & 1 deletion templates/services/docker-compose_base.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{{/* docker-compose_base.tmpl */}}
{{ define "docker-compose" }}
version: "3.9"

services:
{{template "execution" .}}
Expand Down

0 comments on commit f9cd284

Please sign in to comment.