Skip to content

Commit

Permalink
remove circleci context (#998)
Browse files Browse the repository at this point in the history
CircleCi reported `build` job as unauthorized because it had a context
applied to it.  PR builds do not require a context for build,
lint-and-unt-tests, and build-docker-image jobs.
  • Loading branch information
zaro0508 authored Apr 7, 2021
1 parent 881c6bd commit cd6652b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,9 @@ workflows:
version: 2.1
build-test-and-deploy:
jobs:
- build:
context: sceptre-core
- build

- lint-and-unit-tests:
context: sceptre-core
requires:
- build

Expand Down Expand Up @@ -308,7 +306,6 @@ workflows:
ignore: /.*/

- build-docker-image:
context: sceptre-core
requires:
- lint-and-unit-tests
# - integration-tests
Expand Down

0 comments on commit cd6652b

Please sign in to comment.