Skip to content

Commit

Permalink
Shippable release (#81)
Browse files Browse the repository at this point in the history
* chore: resolve conflicts

* chore: shippable release

* chore: secrets

* chore: ignore scripts
  • Loading branch information
Ivan Peshev authored Nov 22, 2019
1 parent 749b720 commit f20ff2d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 43 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/branch_push_workflow.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {},
"devDependencies": {
"@telerik/eslint-config": "^1.0.0",
"@progress/kendo-package-tasks": "^3.0.0",
"@progress/kendo-package-tasks": "^3.0.19",
"@telerik/semantic-prerelease": "^1.3.3",
"cldr-data": "latest",
"cz-conventional-changelog": "^1.1.5",
Expand Down
41 changes: 41 additions & 0 deletions shippable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
language: node_js

node_js:
- 10

env:
global:
- PATH=$PATH:./node_modules/.bin
- secure: IU0V0Y57y7dTRnA+Ea/LC7Efx/zznulLsl4qWoH1etm8/l3JzZCiJlXJ8wJk1i6X0gzGLWlkO+710DJyWuajchUP0IfD77LwFVKCazybSnn3tS2r2o/EgUB+iysI1yPyAKomqsFixtVyv+qwGdCjwnmE8NxSC3iSZ1FhBc0/w5dtz5e6ateOHgkcoREl1K87al9UsTljcRQph1LMgkQqv4LlVxDQ9TqpgMRO0nThfgZybvs1MYmI9n/1QzlmOQGHCvsyiY/eUmXy/Dn8LBqRs/fYaOTyqMUEmMCB80TRtgasF702boAHrPkfjbmjD5Ca1uKMYzpMqbXDr8AVXe0yxg==
build:
# http://docs.shippable.com/ci/shippableyml/#ci
ci:
- npm install --no-audit
- npm run lint
- npm run test
- npm run locale-tests
- npm run build-package
on_success:
- npx ci-semantic-release

resources:
- name: kendo-intl-repo
type: gitRepo
integration: github-telerik
versionTemplate:
sourceName: telerik/kendo-intl
branch: develop
jobs:
- name: kendo-intl-publish_develop_as_latest
type: runSh
steps:
- IN: kendo-intl-repo
switch: off
- IN: kendo-intl_ciRepo
switch: off
- TASK:
name: kendo-intl-publish_develop
script:
- ssh-add $KENDOINTLREPO_KEYPATH
- cd $KENDOINTLREPO_STATE && git checkout master && git pull --rebase
- npm install @telerik/semantic-prerelease@1 --no-save && npx release-master

0 comments on commit f20ff2d

Please sign in to comment.