File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ install:
3131 - cmd : nuget install secure-file -ExcludeVersion
3232 - cmd : IF DEFINED CREDENTIALS_SECRET (secure-file\tools\secure-file -decrypt appveyor\key.json.enc -secret %CREDENTIALS_SECRET% -out appveyor\key.json)
3333 - cmd : IF DEFINED CREDENTIALS_SECRET (SET GOOGLE_APPLICATION_CREDENTIALS=%APPVEYOR_BUILD_FOLDER%\appveyor\key.json)
34- - cmd : ECHO %GOOGLE_APPLICATION_CREDENTIALS%
34+ - cmd : ECHO GOOGLE_APPLICATION_CREDENTIALS= %GOOGLE_APPLICATION_CREDENTIALS%
3535 - cmd : IF DEFINED API_KEY_SECRET (secure-file\tools\secure-file -decrypt appveyor\api_key.enc -secret %API_KEY_SECRET% -out appveyor\api_key)
3636 - cmd : IF DEFINED API_KEY_SECRET (SET /P GOOGLE_API_KEY=<%APPVEYOR_BUILD_FOLDER%\appveyor\api_key)
37- - cmd : ECHO % GOOGLE_API_KEY%
37+ - cmd : ECHO GOOGLE_API_KEY defined
3838
3939# build and install artifacts
4040build_script :
You can’t perform that action at this time.
0 commit comments