Skip to content

Commit

Permalink
Merge pull request #34 from telerik/fix-keys
Browse files Browse the repository at this point in the history
chore: fix keys
  • Loading branch information
Ivan Peshev authored Dec 17, 2019
2 parents f85fa5f + c03356e commit 378c4eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ resources:
versionTemplate:
sourceName: telerik/kendo-draggable
branch: develop
- name: shippable-push-public-repos-draggable
- name: shippable-draggable-push
type: integration
integration: shippable-push-public-repos
integration: shippable-draggable
jobs:
- name: kendo-draggable-publish_develop_as_latest
type: runSh
Expand All @@ -35,11 +35,11 @@ jobs:
switch: off
- IN: kendo-draggable_ciRepo
switch: off
- IN: shippable-push-public-repos-draggable
- IN: shippable-draggable-push
switch: off
- TASK:
name: kendo-draggable-publish_develop
script:
- ssh-add $SHIPPABLEPUSHPUBLICREPOSDRAGGABLE_PRIVATE_KEY_PATH
- ssh-add $SHIPPABLEDRAGGABLEPUSH_PRIVATE_KEY_PATH
- cd $KENDODRAGGABLEREPO_STATE && git remote set-url --push origin [email protected]:telerik/kendo-draggable.git && git checkout master && git pull --rebase
- npm install @telerik/semantic-prerelease@1 --no-save && npx release-master

0 comments on commit 378c4eb

Please sign in to comment.