Skip to content

Commit 553f923

Browse files
aleksclarktoote
authored andcommitted
update specs
1 parent c04df04 commit 553f923

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/command.bats

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ expected_container_definition='[\n {\n "essential": true,\n "image": "hel
5252
export BUILDKITE_PLUGIN_ECS_DEPLOY_TASK_FAMILY=hello-world
5353
export BUILDKITE_PLUGIN_ECS_DEPLOY_IMAGE_0=hello-world:llamas
5454
export BUILDKITE_PLUGIN_ECS_DEPLOY_IMAGE_1=hello-world:alpacas
55+
export BUILDKITE_PLUGIN_ECS_DEPLOY_ENV_0="FOO=bar"
56+
export BUILDKITE_PLUGIN_ECS_DEPLOY_ENV_1="BAZ=bing"
57+
5558
export BUILDKITE_PLUGIN_ECS_DEPLOY_TASK_DEFINITION=examples/multiple-images.json
5659

5760
expected_container_definition='[\n {\n "essential": true,\n "image": "hello-world:llamas",\n "memory": 100,\n "name": "sample",\n "portMappings": [\n {\n "containerPort": 80,\n "hostPort": 80\n }\n ]\n },\n {\n "essential": true,\n "image": "hello-world:alpacas",\n "memory": 100,\n "name": "sample",\n "portMappings": [\n {\n "containerPort": 80,\n "hostPort": 80\n }\n ]\n }\n]'

0 commit comments

Comments
 (0)