summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-03-04 13:51:21 +0000
committerBundlerbot <bot@bundler.io>2019-03-04 13:51:21 +0000
commit06bb460ad824925996c1ea449a74cca8cbf52eda (patch)
treec37af7ccbffac69c87cdd6969af479ad304e64da
parentf3c08b72b1bb729e41674fc87e7989a421956c41 (diff)
parent24aadde60853530248a8dd0439e8776d54d4a92f (diff)
downloadbundler-06bb460ad824925996c1ea449a74cca8cbf52eda.tar.gz
Merge #7013
7013: Move azure-pipeline folder to a hidden folder r=deivid-rodriguez a=colby-swandale ### What was the end-user problem that led to this PR? We have a folder whose purpose is to contain support files for the Azure CI called `azure-pipelines`. The issue is that this folder does not relate to the Bundler development environment and is showing up in `ls` when it doesn't really need to be. ### What is your fix for the problem, implemented in this PR? Move `azure-pipelines` to a hidden folder with the same name Co-authored-by: Colby Swandale <me@colby.fyi>
-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