[前][次][番号順一覧][スレッド一覧]

ruby-changes:54939

From: k0kubun <ko1@a...>
Date: Thu, 28 Feb 2019 21:47:42 +0900 (JST)
Subject: [ruby-changes:54939] k0kubun:r67144 (trunk): Revert "Try clean: true for vs2017 checkout failure"

k0kubun	2019-02-28 21:47:36 +0900 (Thu, 28 Feb 2019)

  New Revision: 67144

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67144

  Log:
    Revert "Try clean: true for vs2017 checkout failure"
    
    This reverts commit b0e350fe16ad17eabf5bbc603f7d817c06ce8554.
    
    The issue seems to be invalid tag name including `"` in ancient tag.
    We're trying to delete that.

  Modified files:
    trunk/azure-pipelines.yml
Index: azure-pipelines.yml
===================================================================
--- azure-pipelines.yml	(revision 67143)
+++ azure-pipelines.yml	(revision 67144)
@@ -95,7 +95,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L95
   steps:
   - script: vcpkg --triplet x64-windows install openssl zlib
   - checkout: self
-    clean: true
     fetchDepth: 1
   - script: |
       call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]