File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff 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
2420resources :
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
3430jobs :
@@ -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
You can’t perform that action at this time.
0 commit comments