File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 55 steps :
66 - checkout
77 - run : docker-compose up shellcheck
8-
98 integration_test :
109 docker :
1110 - image : 087285199408.dkr.ecr.us-east-1.amazonaws.com/circle-ci-test-image-base:go1.14
@@ -24,29 +23,27 @@ jobs:
2423 path : /tmp/logs
2524 - store_test_results :
2625 path : /tmp/logs
27-
2826 bats_ubuntu1604 :
2927 # We need to run Docker Compose with privileged settings, which isn't supported by CircleCI's Docker executor, so
3028 # we have to use the machine executor instead.
3129 machine : true
3230 steps :
3331 - checkout
3432 - run : docker-compose up bats_ubuntu1604
35-
3633 bats_ubuntu1804 :
3734 # We need to run Docker Compose with privileged settings, which isn't supported by CircleCI's Docker executor, so
3835 # we have to use the machine executor instead.
3936 machine : true
4037 steps :
4138 - checkout
4239 - run : docker-compose up bats_ubuntu1804
43-
4440workflows :
4541 version : 2
4642 checks :
4743 jobs :
4844 - shellcheck
4945 - integration_test :
50- context : Gruntwork Admin
46+ context :
47+ - Gruntwork Admin
5148 - bats_ubuntu1604
5249 - bats_ubuntu1804
You can’t perform that action at this time.
0 commit comments