Skip to content

Commit

Permalink
appveyor fix extra commit attached to version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewton76 committed Jan 9, 2019
1 parent 6cc3cbd commit 00f981e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ init:
if($ver.StartsWith("v") -eq $true) { $ver = $ver.Substring(1) }
Update-AppveyorBuild -Version $ver
}
elseif([System.String]::IsNullOrEmpty($env:APPVEYOR_PULL_REQUEST_NUMBER) -eq $true) {
$ver = $env:APPVEYOR_BUILD_VERSION
$commit = $env:APPVEYOR_REPO_COMMIT.substring(0,7)
Update-AppveyorBuild -Version "$ver-$commit"
}
environment:
matrix:
Expand Down

0 comments on commit 00f981e

Please sign in to comment.