Skip to content

Commit 1f45461

Browse files
authored
Merge pull request #30 from gruntwork-io/IAC-1616-programmatically-fix-context
Fix CircleCI Contexts
2 parents 8fd7383 + 354d3ab commit 1f45461

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ jobs:
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-
4440
workflows:
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

0 commit comments

Comments
 (0)