File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 5
5
steps :
6
6
- checkout
7
7
- run : docker-compose up shellcheck
8
-
9
8
integration_test :
10
9
docker :
11
10
- image : 087285199408.dkr.ecr.us-east-1.amazonaws.com/circle-ci-test-image-base:go1.14
@@ -24,29 +23,33 @@ jobs:
24
23
path : /tmp/logs
25
24
- store_test_results :
26
25
path : /tmp/logs
27
-
28
26
bats_ubuntu1604 :
29
27
# We need to run Docker Compose with privileged settings, which isn't supported by CircleCI's Docker executor, so
30
28
# we have to use the machine executor instead.
31
29
machine : true
32
30
steps :
33
31
- checkout
34
32
- run : docker-compose up bats_ubuntu1604
35
-
36
33
bats_ubuntu1804 :
37
34
# We need to run Docker Compose with privileged settings, which isn't supported by CircleCI's Docker executor, so
38
35
# we have to use the machine executor instead.
39
36
machine : true
40
37
steps :
41
38
- checkout
42
39
- run : docker-compose up bats_ubuntu1804
43
-
44
40
workflows :
45
41
version : 2
46
42
checks :
47
43
jobs :
48
- - shellcheck
44
+ - shellcheck :
45
+ context :
46
+ - Gruntwork Admin
49
47
- integration_test :
50
- context : Gruntwork Admin
51
- - bats_ubuntu1604
52
- - bats_ubuntu1804
48
+ context :
49
+ - Gruntwork Admin
50
+ - bats_ubuntu1604 :
51
+ context :
52
+ - Gruntwork Admin
53
+ - bats_ubuntu1804 :
54
+ context :
55
+ - Gruntwork Admin
You can’t perform that action at this time.
0 commit comments