summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-28 12:47:36 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-28 12:47:36 +0000
commit12eca471a466daa4b03cb2c3edfb1a7039071eb6 (patch)
tree3d220acfa82ea0a7c2385ebb2ecba9cd2bfa1ffb /azure-pipelines.yml
parentb0e350fe16ad17eabf5bbc603f7d817c06ce8554 (diff)
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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index fd30ffd00d..e5fcad043e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -95,7 +95,6 @@ jobs:
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"