mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-23 16:08:09 -05:00
ci: remove CCI config
This commit is contained in:
parent
cd3d63da89
commit
3325cce571
1 changed files with 0 additions and 45 deletions
|
@ -1,45 +0,0 @@
|
|||
version: 2.1
|
||||
orbs:
|
||||
commitlint: conventional-changelog/commitlint@1.0.0
|
||||
node: circleci/node@5.1.0
|
||||
alias:
|
||||
- &defaults
|
||||
docker:
|
||||
- image: cimg/node:lts
|
||||
executor: node/default
|
||||
jobs:
|
||||
branch-job:
|
||||
<<: *defaults
|
||||
steps:
|
||||
- checkout
|
||||
- node/install-packages
|
||||
- run: npm test
|
||||
main-job:
|
||||
<<: *defaults
|
||||
steps:
|
||||
- checkout
|
||||
- node/install-packages
|
||||
- run: npm test
|
||||
- run: npx semantic-release
|
||||
workflows:
|
||||
version: 2
|
||||
commitlint:
|
||||
jobs:
|
||||
- commitlint/lint:
|
||||
target-branch: main
|
||||
branch-workflow:
|
||||
jobs:
|
||||
- branch-job:
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- main
|
||||
main-workflow:
|
||||
jobs:
|
||||
- main-job:
|
||||
context:
|
||||
- scratch-npm-creds
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- main
|
Loading…
Reference in a new issue