Skip to content

Commit aa06b33

Browse files
fix appveyor formatting
1 parent 73af695 commit aa06b33

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ environment:
1111
install:
1212
- ps: Install-Product node $env:nodejs_version
1313
- ps: >-
14-
if (!$env:APPVEYOR_PULL_REQUEST_NUMBER) {
15-
nuget install secure-file -ExcludeVersion
16-
secure-file\tools\secure-file -decrypt key.appveyor.json.enc -secret $env:GCLOUD_TESTS_KEY_SECRET
17-
}
14+
if (!$env:APPVEYOR_PULL_REQUEST_NUMBER) {
15+
nuget install secure-file -ExcludeVersion
16+
secure-file\tools\secure-file -decrypt key.appveyor.json.enc -secret $env:GCLOUD_TESTS_KEY_SECRET
17+
}
1818
- npm install -g npm
1919
- set PATH=%APPDATA%\npm;%PATH%
2020
- npm install

0 commit comments

Comments
 (0)