Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: remove downloading of credentials #47

Merged
merged 5 commits into from
Oct 20, 2021
Merged

Conversation

mediumTaj
Copy link
Member

This pull request removes downloading of internal watson service credentials in the core build process.

appveyor.yml Outdated
@@ -19,7 +19,7 @@ environment:
secure: +B2bs86RVtJtlbkB+cTf9bkqnNlFJi/PbBBPzR5jlUlLLZoOc+ZgqgQLwee4tCT+ #pragma: whitelist secret
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node 12.13.0
Copy link
Contributor

Choose a reason for hiding this comment

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

do you want to update nodejs_version variable instead of put the actual version here?
But I'm okay with this too.

Copy link
Contributor

Choose a reason for hiding this comment

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

yes, I'm wondering if we were setting this on appveyor

Copy link
Member Author

Choose a reason for hiding this comment

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

ah sorry i missed this. Yeah that would be good - where do we define nodejs_version?

Copy link
Contributor

@kevinkowa kevinkowa Oct 20, 2021

Choose a reason for hiding this comment

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

I found this appveyor/ci#2921. I think it defaults to the latest version, but we can set it on the yaml file.

@nan2iz nan2iz mentioned this pull request Oct 19, 2021
Copy link
Contributor

@kevinkowa kevinkowa left a comment

Choose a reason for hiding this comment

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

lgtm!

appveyor.yml Show resolved Hide resolved
@nan2iz nan2iz self-requested a review October 20, 2021 15:17
@nan2iz nan2iz merged commit ed605e8 into main Oct 20, 2021
@nan2iz nan2iz deleted the remove-cred-download branch October 20, 2021 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants