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
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ environment:
secure: gevsMhy8RTWMdf7MjOnIo5QaN6JpL9DPK6I+Go5ByZir5LDwyFsv9hO6nBjGTg8n #pragma: whitelist secret
GITHUB_TOKEN:
secure: +B2bs86RVtJtlbkB+cTf9bkqnNlFJi/PbBBPzR5jlUlLLZoOc+ZgqgQLwee4tCT+ #pragma: whitelist secret
nodejs_version: 12.13.0
nan2iz marked this conversation as resolved.
Show resolved Hide resolved

install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
Expand Down Expand Up @@ -46,16 +48,6 @@ install:

before_build:
- ps: >-
if($env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null)

{

git clone https://$env:CREDENTIALS_GITHUB_TOKEN@github.ibm.com/germanatt/sdk-credentials.git C:\projects\sdk-credentials

}

$env:IBM_CREDENTIALS_FILE = "C:\projects\sdk-credentials\ibm-credentials.env"

dotnet restore

build:
Expand Down