Skip to content

Commit

Permalink
chore: try integration (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Peshev authored Dec 16, 2019
1 parent 271479c commit 98f06a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ resources:
versionTemplate:
sourceName: telerik/kendo-intl
branch: develop
- name: shippable-push-public-repos
type: integration
integration: shippable-push-public-repos
jobs:
- name: kendo-intl-publish_develop_as_latest
type: runSh
Expand All @@ -36,12 +39,12 @@ jobs:
switch: off
- IN: kendo-intl_ciRepo
switch: off
- IN: shippable-push-public-repos
- TASK:
name: kendo-intl-publish_develop
script:
- env
- tree /tmp/ssh
- ssh-add /tmp/ssh/shippable-push-public-repos
- ls /tmp/ssh
- ssh -T [email protected] -v
- cd $KENDOINTLREPO_STATE && git checkout master && git pull --rebase
- npm install @telerik/semantic-prerelease@1 --no-save && npx release-master

0 comments on commit 98f06a3

Please sign in to comment.