forked from telerik/kendo-angular-messages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shippable.yml
42 lines (38 loc) · 1.58 KB
/
shippable.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
language: node_js
node_js:
- 10
env:
global:
- PATH=$PATH:./node_modules/.bin
- secure: uW+a9ILOBWyyu0PhcoEjyu1vvfWc1q3rQi7Rj69rLKhg1tia9zEFiLWxY3pTO6TsrgUuH+SD1zzElVppV3kkbwL1FQ4lgACOB+p76y+c2VD+A7StLgNkWnoUSy7YRyMCZRg/7DUsw+oLOvQcUfubZqdLKRLfJca4ebfGD5utc8cfVO7HjqhFN/teFJ/7LDyTNsbpAi0oOzH0UNMyyREoi+o/Qgfqv5ByLPiiJA2bKvxBQs1CeiN4qWPWR21LDrEehLLnZZ7c/5wMh15LlYBPdxGn2pSK+0Yy9V6YrX0YQkqaXLMyOvlp53VfDlWj8LyRV0JZZoVewh9RXxPCbyvKKQ==
build:
# http://docs.shippable.com/ci/shippableyml/#ci
ci:
- npm install --no-audit --ignore-scripts
- npm run lint
on_success:
- npx ci-semantic-release
resources:
- name: kendo-angular-messages-repo
type: gitRepo
integration: github-telerik
versionTemplate:
sourceName: telerik/kendo-angular-messages
branch: develop
- name: shippable-angular-messages-push
type: integration
integration: shippable-angular-messages
jobs:
- name: kendo-angular-messages-publish_develop_as_latest
type: runSh
steps:
- IN: kendo-angular-messages-repo
switch: off
- IN: shippable-angular-messages-push
switch: off
- TASK:
name: kendo-angular-messages-publish_develop
script:
- ssh-add $SHIPPABLEANGULARMESSAGESPUSH_PRIVATE_KEY_PATH
- cd $KENDOANGULARMESSAGESREPO_STATE && git remote set-url --push origin git@github.com:telerik/kendo-angular-messages.git && git checkout master && git pull --rebase
- npm install @telerik/semantic-prerelease@1 --no-save && npx release-master