We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc6b89 commit 6518ca0Copy full SHA for 6518ca0
shippable.yml
@@ -17,7 +17,10 @@ build:
17
- npm run build-package
18
on_success:
19
- npx ci-semantic-release
20
-
+integrations:
21
+ key:
22
+ - integrationName: shippable-push-public-repos
23
+ type: sshKey
24
resources:
25
- name: kendo-intl-repo
26
type: gitRepo
@@ -37,7 +40,7 @@ jobs:
37
40
name: kendo-intl-publish_develop
38
41
script:
39
42
- env
- - ssh-add $KENDOINTLREPO_KEYPATH
43
+ - ssh-add /tmp/ssh/shippable-push-public-repos
44
+ - ssh -T [email protected] -v
45
- cd $KENDOINTLREPO_STATE && git checkout master && git pull --rebase
- - ssh -T [email protected] -i $KENDOINTLREPO_KEYPATH -v
46
- npm install @telerik/semantic-prerelease@1 --no-save && npx release-master
0 commit comments