.circleci/config.yml in ws-style-6.5.0 vs .circleci/config.yml in ws-style-6.5.1
- old
+ new
@@ -71,27 +71,30 @@
build:
jobs:
- checkout_and_bundle:
context: wealthsimple
- rspec:
+ context: wealthsimple
requires:
- checkout_and_bundle
- lint_check:
+ context: wealthsimple
requires:
- checkout_and_bundle
- vulnerability_check:
+ context: wealthsimple
requires:
- checkout_and_bundle
- release:
context: wealthsimple
filters:
branches:
only: master
requires:
- - rspec
- - lint_check
- - vulnerability_check
+ - rspec
+ - lint_check
+ - vulnerability_check
security-audit:
triggers:
- schedule:
# 11:05 am UTC: 6:05 am EST / 7:05 am EDT
@@ -101,7 +104,8 @@
only: master
jobs:
- checkout_and_bundle:
context: wealthsimple
- vulnerability_check:
+ context: wealthsimple
requires:
- checkout_and_bundle