Skip to content

Commit dcc00eb

Browse files
committed
Moving from cmd to command
1 parent a300ba4 commit dcc00eb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

green-software-foundation-sci/idle/usage_scenario.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sci:
99
services:
1010
gcb-idle:
1111
image: alpine
12-
cmd: sh
12+
command: sh
1313

1414
flow:
1515
- name: Idle

idle/usage_scenario.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Idle the container for 5 seconds
66
services:
77
gcb-idle:
88
image: alpine
9-
cmd: sh
9+
command: sh
1010

1111
flow:
1212
- name: Idling for 5 Minutes

wordpress-vs-hugo/hugo-apache/usage_scenario.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
image: curlimages/curl
1515
networks:
1616
- gcb-hugo-apache-network
17-
cmd: sh
17+
command: sh
1818

1919
flow:
2020
- name: Check Website

wordpress-vs-hugo/wordpress-minimal/usage_scenario.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
image: curlimages/curl
3434
networks:
3535
- wordpress-minimal-network
36-
cmd: sh
36+
command: sh
3737

3838
flow:
3939
- name: Wordpress Minimal Homepage

0 commit comments

Comments
 (0)