Skip to content

Commit c9adfbb

Browse files
author
Ivan Peshev
authored
chore: fix keys (#93)
1 parent e8536ea commit c9adfbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shippable.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ resources:
2424
versionTemplate:
2525
sourceName: telerik/kendo-intl
2626
branch: develop
27-
- name: shippable-push-public-repos-intl
27+
- name: shippable-intl-push
2828
type: integration
29-
integration: shippable-push-public-repos
29+
integration: shippable-intl
3030
jobs:
3131
- name: kendo-intl-publish_develop_as_latest
3232
type: runSh
@@ -35,11 +35,11 @@ jobs:
3535
switch: off
3636
- IN: kendo-intl_ciRepo
3737
switch: off
38-
- IN: shippable-push-public-repos-intl
38+
- IN: shippable-intl-push
3939
switch: off
4040
- TASK:
4141
name: kendo-intl-publish_develop
4242
script:
43-
- ssh-add $SHIPPABLEPUSHPUBLICREPOSINTL_PRIVATE_KEY_PATH
43+
- ssh-add $SHIPPABLEINTLPUSH_PRIVATE_KEY_PATH
4444
- cd $KENDOINTLREPO_STATE && git remote set-url --push origin [email protected]:telerik/kendo-intl.git && git checkout master && git pull --rebase
4545
- npm install @telerik/semantic-prerelease@1 --no-save && npx release-master

0 commit comments

Comments
 (0)