Skip to content

Commit

Permalink
test netlify hook
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Jun 16, 2018
1 parent b3d25e0 commit acc548f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -24,7 +24,6 @@ install:
- secure-file\tools\secure-file -decrypt scripts\windows\key.p12.enc -secret %secure%
- C:\Python36\Scripts\pip install -r requirements.txt
- C:\Python36-x64\Scripts\pip install -r requirements.txt
- choco install curl

build_script:
- C:\Python36\python .\scripts\windows\update-version-info.py
Expand Down Expand Up @@ -57,7 +56,7 @@ test_script:


on_success:
- ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { curl -X POST -d '' https://api.netlify.com/build_hooks/$env:NETLIFY_BUILD_HOOK }
- ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { Invoke-RestMethod -Uri https://api.netlify.com/build_hooks/$env:NETLIFY_BUILD_HOOK -Method 'POST' -Body '' }

artifacts:
- path: git-xltrail-windows-*.exe
Expand Down

0 comments on commit acc548f

Please sign in to comment.