Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Use os sdk #58

Merged
merged 3 commits into from
Mar 10, 2020
Merged

Conversation

jjtang1985
Copy link
Contributor

@jjtang1985 jjtang1985 commented Mar 10, 2020

Proposed Changes

use os sdk

Checklist

  • I have added or adjusted tests that prove my fix is effective or that my feature works

@jjtang1985 jjtang1985 marked this pull request as ready for review March 10, 2020 07:50
@jjtang1985
Copy link
Contributor Author

jjtang1985 commented Mar 10, 2020

@florian-richter, please review.
btw, I cannot assign anybody as a reviewer;(

if (await cli.confirm('Do you want to install the @sap/cloud-sdk-generator globally? (y|n)')) {
await execa('npm', ['install', '--global', '--@sap:registry=https://npm.sap.com', '@sap/cloud-sdk-generator']);
if (await cli.confirm('Do you want to install the @sap-cloud-sdk/generator globally? (y|n)')) {
await execa('npm', ['install', '--global', '--@sap:registry=https://npm.sap.com', '@sap-cloud-sdk/generator']);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--@sap:registry=https://npm.sap.com should be removed otherwise the dependency will not be found

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to remove this, then the pipeline failed:
https://github.com/SAP/cloud-sdk-cli/runs/497189204?check_suite_focus=true

Then I fixed it by reverting the change:
3a136e6

@florian-richter florian-richter merged commit da7cfc7 into SAP-archive:master Mar 10, 2020
@jjtang1985 jjtang1985 deleted the update-sdk-dependency branch March 10, 2020 08:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants