Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 392f289

Browse files
author
Davy McAleer
authored
Merge pull request #4 from chef-base-plans/convert_to_local_pipeline
[patch] - Changing to local pipelines
2 parents 2bf8da9 + 3ab8f38 commit 392f289

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ resources:
1515

1616
# Execute the stages from the main pipeline template
1717
stages:
18-
- template: azure-pipelines.yml@plan_builder
18+
- template: azure-pipelines-package-install.yml@plan_builder

controls/patch_exists.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
describe plan_installation_directory do
1414
its('exit_status') { should eq 0 }
1515
its('stdout') { should_not be_empty }
16-
its('stderr') { should be_empty }
16+
#its('stderr') { should be_empty }
1717
end
1818

1919
command_relative_path = input('command_relative_path', value: 'bin/patch')

controls/patch_works.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
describe plan_installation_directory do
1717
its('exit_status') { should eq 0 }
1818
its('stdout') { should_not be_empty }
19-
its('stderr') { should be_empty }
19+
#its('stderr') { should be_empty }
2020
end
2121

2222
command_relative_path = input('command_relative_path', value: 'bin/patch')
@@ -26,6 +26,6 @@
2626
its('exit_status') { should eq 0 }
2727
its('stdout') { should_not be_empty }
2828
its('stdout') { should match /GNU patch #{plan_pkg_version}/ }
29-
its('stderr') { should be_empty }
29+
#its('stderr') { should be_empty }
3030
end
31-
end
31+
end

hooks/run

-10
This file was deleted.

0 commit comments

Comments
 (0)