Skip to content

Commit

Permalink
Trigger builds on PRs (Sceptre#994)
Browse files Browse the repository at this point in the history
Trigger a circlci build on every PR.  It will run build sceptre,
lint scepter code, run sceptre unit-tests, and build sceptre docker image.
All tasks which do not require secrets.
  • Loading branch information
zaro0508 authored and mrowlingfox committed May 19, 2021
1 parent 94aceec commit 8ae1cec
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,17 +242,12 @@ workflows:
jobs:
- build:
context: sceptre-core
filters:
tags:
only: /.*/

- lint-and-unit-tests:
context: sceptre-core
requires:
- build
filters:
tags:
only: /.*/

# - sonar:
# context: sceptre-core
# requires:
Expand Down Expand Up @@ -318,9 +313,6 @@ workflows:
- lint-and-unit-tests
# - integration-tests
# - sonar
filters:
tags:
only: /.*/

- deploy-latest-dockerhub:
context: sceptre-core
Expand Down

0 comments on commit 8ae1cec

Please sign in to comment.