Skip to content

Commit 98f06a3

Browse files
author
Ivan Peshev
authored
chore: try integration (#88)
1 parent 271479c commit 98f06a3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

shippable.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ resources:
2828
versionTemplate:
2929
sourceName: telerik/kendo-intl
3030
branch: develop
31+
- name: shippable-push-public-repos
32+
type: integration
33+
integration: shippable-push-public-repos
3134
jobs:
3235
- name: kendo-intl-publish_develop_as_latest
3336
type: runSh
@@ -36,12 +39,12 @@ jobs:
3639
switch: off
3740
- IN: kendo-intl_ciRepo
3841
switch: off
42+
- IN: shippable-push-public-repos
3943
- TASK:
4044
name: kendo-intl-publish_develop
4145
script:
4246
- env
43-
- tree /tmp/ssh
44-
- ssh-add /tmp/ssh/shippable-push-public-repos
47+
- ls /tmp/ssh
4548
- ssh -T [email protected] -v
4649
- cd $KENDOINTLREPO_STATE && git checkout master && git pull --rebase
4750
- npm install @telerik/semantic-prerelease@1 --no-save && npx release-master

0 commit comments

Comments
 (0)