Skip to content

Commit

Permalink
hide cert and certpass from env
Browse files Browse the repository at this point in the history
  • Loading branch information
mechairoi committed Sep 25, 2015
1 parent aa0fcbf commit 6edf43e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ install:
- md c:\mackerel-secure
- ps: if ($env:CERT) { Set-Content c:\mackerel-secure\cert.p12.base64 $env:CERT }
- ps: if ($env:CERTPASS) { Set-Content c:\mackerel-secure\cert_pass $env:CERTPASS }
- set CERT=
- set CERTPASS=
- set PATH=c:\go\bin;c:\tools\ruby215\bin;%PATH%;C:\MinGW\bin
- echo %Path%
- choco install ruby
Expand All @@ -21,7 +19,7 @@ install:
- 7z x go1.4.2.windows-386.zip -oC:\ >nul
- go version
- go env
- env
- set CERT= & set CERTPASS= & env
build_script:
- call wix\build.bat
test_script:
Expand Down

0 comments on commit 6edf43e

Please sign in to comment.