Skip to content

Commit

Permalink
appveyor: remove curl upload
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Dec 18, 2017
1 parent bc94c5e commit e1bc5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ obj/
/ExtLibs/Mavlink/MAVLink2.csproj
/ExtLibs/Utilities/MissionPlanner.Utilities2.csproj
/Plugins/Shortcuts
/test
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build_script:
7z a -tzip MissionPlannerCov-int.zip c:\mp\cov-int
curl --form %token% --form %email% --form file=@MissionPlannerCov-int.zip --form version="%APPVEYOR_BUILD_VERSION%" --form description="" https://scan.coverity.com/builds?project=ArduPilot%2FMissionPlanner
rem curl --form %token% --form %email% --form file=@MissionPlannerCov-int.zip --form version="%APPVEYOR_BUILD_VERSION%" --form description="" https://scan.coverity.com/builds?project=ArduPilot%2FMissionPlanner
test: off
artifacts:
Expand Down

0 comments on commit e1bc5ae

Please sign in to comment.