Navigation Menu

Skip to content

Commit

Permalink
appveyor: add missing HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 19, 2017
1 parent b680ee9 commit fe103f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -32,7 +32,7 @@ install:
# - mkdir tmp
# - imdisk -a -t file -m tmp -o awe -s 1G -p "/fs:ntfs /q /y"
- ps: |
$GroongaVersionRaw = git describe --abbrev=7
$GroongaVersionRaw = git describe --abbrev=7 HEAD
$Env:GROONGA_VERSION = $GroongaVersionRaw.TrimStart("v")
$Env:GROONGA_INSTALL_FOLDER = "groonga-" + $Env:GROONGA_VERSION
if ($Env:ARCH -eq "x86") {
Expand Down

0 comments on commit fe103f7

Please sign in to comment.