[Groonga-commit] groonga/groonga at 00d1847 [master] appveyor: fix typos

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 22 23:47:24 JST 2017


Kouhei Sutou	2017-10-22 23:47:24 +0900 (Sun, 22 Oct 2017)

  New Revision: 00d1847fa2a72d68ade0a0f10eb3b13689596af2
  https://github.com/groonga/groonga/commit/00d1847fa2a72d68ade0a0f10eb3b13689596af2

  Message:
    appveyor: fix typos

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -3)
===================================================================
--- appveyor.yml    2017-10-22 23:44:36 +0900 (85a090651)
+++ appveyor.yml    2017-10-22 23:47:24 +0900 (374f801b9)
@@ -31,11 +31,10 @@ install:
   # - choco install -y imdisk-toolkit
   # - mkdir tmp
   # - imdisk -a -t file -m tmp -o awe -s 1G -p "/fs:ntfs /q /y"
-  - ruby -r pp -e 'pp ENV'
   - ps: |
       $Env:GROONGA_VERSION = (Get-Content base_version)
       if ($Env:APPVEYOR_REPO_TAG -eq "false") {
-        $Env:GROONGA_VERSION += "-" + $Env:APPVERYOR_REPO_COMMIT.Substring(0, 7)
+        $Env:GROONGA_VERSION += "-" + $Env:APPVEYOR_REPO_COMMIT.Substring(0, 7)
       }
       $Env:GROONGA_INSTALL_FOLDER = "groonga-" + $Env:GROONGA_VERSION
       if ($Env:ARCH -eq "x86") {
@@ -43,7 +42,7 @@ install:
       } else {
         $Env:GROONGA_INSTALL_FOLDER += "-x64"
       }
-      $Env:FULL_GROONGA_INSTALL_FOLDER = $Env:APPVEYOR_BUILD_FOLDER% + "\" + $Env:GROONGA_INSTALL_FOLDER
+      $Env:FULL_GROONGA_INSTALL_FOLDER = $Env:APPVEYOR_BUILD_FOLDER + "\" + $Env:GROONGA_INSTALL_FOLDER
 
 build_script:
   - git submodule update --init
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171022/6dd82fb7/attachment-0001.htm 



More information about the Groonga-commit mailing list
Back to archive index