Skip to content

Commit

Permalink
Disable deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Nov 6, 2015
1 parent dacaa71 commit eccd2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test_script:
deploy_script:
- ps: >-
Write-Host $env:APPVEYOR_REPO_TAG ;
if($env:APPVEYOR_REPO_BRANCH -eq 'master' -And $env:APPVEYOR_REPO_TAG -eq 'true') {
if($env:xxAPPVEYOR_REPO_BRANCH -eq 'master' -And $env:APPVEYOR_REPO_TAG -eq 'true') {
$version = $env:APPVEYOR_BUILD_VERSION -replace('\.[^.\\/]+$') ;
choco apiKey -k $env:TOKEN -source https://chocolatey.org/ ;
choco push packer.$version.nupkg
Expand Down

0 comments on commit eccd2fa

Please sign in to comment.