Kentaro Hayashi 2019-04-03 15:18:38 +0900 (Wed, 03 Apr 2019) Revision: c9be4cbe77f909963ddea93db8915d4633f5056d https://github.com/groonga/groonga/commit/c9be4cbe77f909963ddea93db8915d4633f5056d Message: appveyor: fix wrong argument to move (#921) In the previous version, it causes the following error. The filename, directory name, or volume label syntax is incorrect. Modified files: appveyor.yml Modified: appveyor.yml (+3 -1) =================================================================== --- appveyor.yml 2019-04-03 10:54:52 +0900 (50e26b15d) +++ appveyor.yml 2019-04-03 15:18:38 +0900 (659793621) @@ -98,7 +98,9 @@ build_script: - curl -O http://packages.groonga.org/source/groonga-admin/groonga-admin.tar.gz - 7z x groonga-admin.tar.gz - 7z x groonga-admin.tar - - move groonga-admin-*\html %FULL_GROONGA_INSTALL_FOLDER%\share\groonga\html\admin + - cd groonga-admin-* + - move html %FULL_GROONGA_INSTALL_FOLDER%\share\groonga\html\admin + - cd .. before_test: - git clone --depth 1 -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190403/51c77fe2/attachment.html>