From 44730cea7ac7df76615c02d7c0b587f3165451a2 Mon Sep 17 00:00:00 2001 From: Ajiemar Santiago Date: Mon, 18 Oct 2021 08:08:32 -0500 Subject: [PATCH 1/5] build: remove downloading of credentials --- appveyor.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1ab5574..0c81fa7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,16 +46,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: From b42296729f5fc380cc7ea1520d1ae5dd952b5697 Mon Sep 17 00:00:00 2001 From: Ajiemar Santiago Date: Mon, 18 Oct 2021 08:12:15 -0500 Subject: [PATCH 2/5] chore: use same node version as watson sdk --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0c81fa7..27e99f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 - cmd: >- pip install git+git://github.com/smsearcy/bumpversion.git@issue-135 From 7833c71ca15163b3f226befe81166b2dc9103046 Mon Sep 17 00:00:00 2001 From: Ajiemar Santiago Date: Wed, 20 Oct 2021 09:55:45 -0500 Subject: [PATCH 3/5] build: add node js version to env --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 27e99f0..b854d39 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,9 +17,11 @@ environment: secure: gevsMhy8RTWMdf7MjOnIo5QaN6JpL9DPK6I+Go5ByZir5LDwyFsv9hO6nBjGTg8n #pragma: whitelist secret GITHUB_TOKEN: secure: +B2bs86RVtJtlbkB+cTf9bkqnNlFJi/PbBBPzR5jlUlLLZoOc+ZgqgQLwee4tCT+ #pragma: whitelist secret + nodejs_version: 12.13.0 + install: # Get the latest stable version of Node.js or io.js -- ps: Install-Product node 12.13.0 +- ps: Install-Product node $env:nodejs_version - cmd: >- pip install git+git://github.com/smsearcy/bumpversion.git@issue-135 From ea86c49b1b99dc3379b8e2f586f70582cd8ccce6 Mon Sep 17 00:00:00 2001 From: Ajiemar Santiago Date: Wed, 20 Oct 2021 10:23:00 -0500 Subject: [PATCH 4/5] chore: update indent --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b854d39..3ff0aba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ environment: secure: gevsMhy8RTWMdf7MjOnIo5QaN6JpL9DPK6I+Go5ByZir5LDwyFsv9hO6nBjGTg8n #pragma: whitelist secret GITHUB_TOKEN: secure: +B2bs86RVtJtlbkB+cTf9bkqnNlFJi/PbBBPzR5jlUlLLZoOc+ZgqgQLwee4tCT+ #pragma: whitelist secret - nodejs_version: 12.13.0 + nodejs_version: 12.13.0 install: # Get the latest stable version of Node.js or io.js From a763f1dc47e0744836ac731fffc0a96703985577 Mon Sep 17 00:00:00 2001 From: Ajiemar Santiago Date: Wed, 20 Oct 2021 10:25:02 -0500 Subject: [PATCH 5/5] chore: fix indentation --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3ff0aba..b854d39 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ environment: secure: gevsMhy8RTWMdf7MjOnIo5QaN6JpL9DPK6I+Go5ByZir5LDwyFsv9hO6nBjGTg8n #pragma: whitelist secret GITHUB_TOKEN: secure: +B2bs86RVtJtlbkB+cTf9bkqnNlFJi/PbBBPzR5jlUlLLZoOc+ZgqgQLwee4tCT+ #pragma: whitelist secret - nodejs_version: 12.13.0 + nodejs_version: 12.13.0 install: # Get the latest stable version of Node.js or io.js