File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
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,27 @@ 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
44
- shellcheck
49
45
- integration_test :
50
- context : Gruntwork Admin
46
+ context :
47
+ - Gruntwork Admin
51
48
- bats_ubuntu1604
52
49
- bats_ubuntu1804
You can’t perform that action at this time.
0 commit comments