File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,19 @@ jobs:
4646 return {
4747 inspect_image: [
4848 'test_project_node',
49- 'amazon/aws-cli'
49+ 'amazon/aws-cli',
5050 ],
5151 include: [
5252 {
53- inspect_image: 'test_project_node'
54- prepare_command: 'docker-compose -f test_project/docker-compose.yml -p test_project pull'
55- build_command: 'docker-compose -f test_project/docker-compose.yml -p test_project build'
53+ inspect_image: 'test_project_node',
54+ prepare_command: 'docker-compose -f test_project/docker-compose.yml -p test_project pull',
55+ build_command: 'docker-compose -f test_project/docker-compose.yml -p test_project build',
5656 }, {
57- inspect_image: 'amazon/aws-cli'
58- prepare_command: 'echo'
59- build_command: 'docker pull amazon/aws-cli'
60- }
61- ]
57+ inspect_image: 'amazon/aws-cli',
58+ prepare_command: 'echo',
59+ build_command: 'docker pull amazon/aws-cli',
60+ },
61+ ],
6262 }
6363
6464 outputs :
You can’t perform that action at this time.
0 commit comments