Skip to content

Commit 354d3ab

Browse files
authored
Remove context from jobs that don't need it
1 parent adda780 commit 354d3ab

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.circleci/config.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,9 @@ workflows:
4141
version: 2
4242
checks:
4343
jobs:
44-
- shellcheck:
45-
context:
46-
- Gruntwork Admin
44+
- shellcheck
4745
- integration_test:
4846
context:
4947
- Gruntwork Admin
50-
- bats_ubuntu1604:
51-
context:
52-
- Gruntwork Admin
53-
- bats_ubuntu1804:
54-
context:
55-
- Gruntwork Admin
48+
- bats_ubuntu1604
49+
- bats_ubuntu1804

0 commit comments

Comments
 (0)