1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Revert "Try clean: true for vs2017 checkout failure"

This reverts commit b0e350fe16.

The issue seems to be invalid tag name including `"` in ancient tag.
We're trying to delete that.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2019-02-28 12:47:36 +00:00
parent b0e350fe16
commit 12eca471a4

View file

@ -95,7 +95,6 @@ jobs:
steps: steps:
- script: vcpkg --triplet x64-windows install openssl zlib - script: vcpkg --triplet x64-windows install openssl zlib
- checkout: self - checkout: self
clean: true
fetchDepth: 1 fetchDepth: 1
- script: | - script: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"