summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2019-03-04 10:09:52 +1100
committerColby Swandale <me@colby.fyi>2019-03-04 10:35:13 +1100
commit24aadde60853530248a8dd0439e8776d54d4a92f (patch)
tree5238e4bb9388defa50ac2f78f2c32a80be577f42
parent493b4438db43acd1f90228406fa6e6fda96009c8 (diff)
downloadbundler-colby/azure-pipeline-hidden.tar.gz
move azure-pipeline folder to a hidden foldercolby/azure-pipeline-hidden
-rw-r--r--.azure-pipelines/rbreadline.diff (renamed from azure-pipelines/rbreadline.diff)0
-rw-r--r--.azure-pipelines/steps.yml (renamed from azure-pipelines/steps.yml)2
-rw-r--r--azure-pipelines.yml2
3 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines/rbreadline.diff b/.azure-pipelines/rbreadline.diff
index c139577610..c139577610 100644
--- a/azure-pipelines/rbreadline.diff
+++ b/.azure-pipelines/rbreadline.diff
diff --git a/azure-pipelines/steps.yml b/.azure-pipelines/steps.yml
index 548847c910..733ca0998e 100644
--- a/azure-pipelines/steps.yml
+++ b/.azure-pipelines/steps.yml
@@ -16,7 +16,7 @@ steps:
displayName: 'work around readline crash (for https://github.com/bundler/bundler/issues/6902)'
- script: |
- git apply --ignore-space-change --ignore-whitespace azure-pipelines\rbreadline.diff --directory=C:/hostedtoolcache/windows/Ruby/2.4.3/x64/lib/ruby/site_ruby --unsafe-paths
+ git apply --ignore-space-change --ignore-whitespace .azure-pipelines\rbreadline.diff --directory=C:/hostedtoolcache/windows/Ruby/2.4.3/x64/lib/ruby/site_ruby --unsafe-paths
displayName: 'patch local readline implementation (for https://github.com/bundler/bundler/issues/6907)'
- script: |
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9d1535f8cd..3aa8f82d3d 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -3,4 +3,4 @@ jobs:
pool:
vmImage: 'vs2017-win2016'
steps:
- - template: azure-pipelines/steps.yml
+ - template: .azure-pipelines/steps.yml