Skip to content

Commit

Permalink
fix: update circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
kalebdf committed Apr 16, 2020
1 parent c723dea commit 19ce49c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
10 changes: 3 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# JavaScript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
Expand All @@ -26,8 +25,7 @@ jobs:
key: flo-scss-dependencies-{{ .Branch }}-{{ .Revision }}
- slack/status:
fail_only: true
channel: 'DEZFWC2B0'
mentions: 'KurtAngular'
channel: 'C0108LULD1D'
webhook: '${SLACK_WEBHOOK}'

build:
Expand All @@ -54,8 +52,7 @@ jobs:
key: flo-scss-build-{{ .Branch }}-{{ .Revision }}
- slack/status:
fail_only: true
channel: 'DEZFWC2B0'
mentions: 'KurtAngular'
channel: 'C0108LULD1D'
webhook: '${SLACK_WEBHOOK}'

release-npm:
Expand All @@ -71,8 +68,7 @@ jobs:
command: npm run semantic-release
- slack/status:
fail_only: false
channel: 'DEZFWC2B0'
mentions: 'KurtAngular'
channel: 'C0108LULD1D'
webhook: '${SLACK_WEBHOOK}'

orbs:
Expand Down
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ download:

cdn:
# See https://www.srihash.org for info on how to generate the hashes
css: 'sha384-7RUis8mKAh01ceUsR2IIHW1vbi1UPxPw01PSwmMkrrO4mn9oJMZPIL9Urs0Yf7K9'
css: 'sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN'
css_hash: sha384-hnvsmW4CEqIE9xpwdmvw+oyi2zalIdkqZJKT8ovyObj2fiPNSLt7xdsda4JGUfSf
js: 'sha384-7RUis8mKAh01ceUsR2IIHW1vbi1UPxPw01PSwmMkrrO4mn9oJMZPIL9Urs0Yf7K9'
js: 'sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN'
js_hash: sha384-1RkA5wjfeG5u+6ycZ90q+PMlafLBaMCHvGk6PlVrQmIuTvpdA9qupxwbnPf9QbHH
js_bundle: >-
https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js
js_bundle_hash: sha384-gEp0IQktG6BLXHMpPT1pxMSC8EKUA159uPI9c/AmIhedq/EvAEfBroQ5tsSOS1/A
jquery: 'sha384-7RUis8mKAh01ceUsR2IIHW1vbi1UPxPw01PSwmMkrrO4mn9oJMZPIL9Urs0Yf7K9'
jquery: 'sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN'
jquery_hash: sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n
popper: 'sha384-7RUis8mKAh01ceUsR2IIHW1vbi1UPxPw01PSwmMkrrO4mn9oJMZPIL9Urs0Yf7K9'
popper: 'sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN'
popper_hash: sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN

toc:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "./build/change-version.js ${lastRelease.version} ${nextRelease.version} && npm run release"
"prepareCmd": "npm run release-version ${lastRelease.version} ${nextRelease.version} && npm run release"
}
],
"@semantic-release/npm",
Expand Down

0 comments on commit 19ce49c

Please sign in to comment.