Skip to content

Commit 573370f

Browse files
author
Ivan Peshev
authored
chore: set ssh url for origin (#91)
* chore: set ssh url for origin * chore: set names
1 parent d92a392 commit 573370f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

shippable.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,14 @@ build:
1717
- npm run build-package
1818
on_success:
1919
- npx ci-semantic-release
20-
integrations:
21-
key:
22-
- integrationName: shippable-push-public-repos
23-
type: sshKey
2420
resources:
2521
- name: kendo-intl-repo
2622
type: gitRepo
2723
integration: github-telerik
2824
versionTemplate:
2925
sourceName: telerik/kendo-intl
3026
branch: develop
31-
- name: shippable-push-public-repos
27+
- name: shippable-push-public-repos-intl
3228
type: integration
3329
integration: shippable-push-public-repos
3430
jobs:
@@ -39,10 +35,10 @@ jobs:
3935
switch: off
4036
- IN: kendo-intl_ciRepo
4137
switch: off
42-
- IN: shippable-push-public-repos
38+
- IN: shippable-push-public-repos-intl
4339
- TASK:
4440
name: kendo-intl-publish_develop
4541
script:
46-
- ssh-add $SHIPPABLEPUSHPUBLICREPOS_PRIVATE_KEY_PATH
47-
- cd $KENDOINTLREPO_STATE && git checkout master && git pull --rebase
42+
- ssh-add $SHIPPABLEPUSHPUBLICREPOSINTL_PRIVATE_KEY_PATH
43+
- cd $KENDOINTLREPO_STATE && git remote set-url --push origin [email protected]:telerik/kendo-intl.git && git checkout master && git pull --rebase
4844
- npm install @telerik/semantic-prerelease@1 --no-save && npx release-master

0 commit comments

Comments
 (0)