This repository was archived by the owner on Aug 9, 2022. It is now read-only.
File tree 4 files changed +5
-15
lines changed
4 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ resources:
15
15
16
16
# Execute the stages from the main pipeline template
17
17
stages :
18
- - template : azure-pipelines.yml@plan_builder
18
+ - template : azure-pipelines-package-install .yml@plan_builder
Original file line number Diff line number Diff line change 13
13
describe plan_installation_directory do
14
14
its ( 'exit_status' ) { should eq 0 }
15
15
its ( 'stdout' ) { should_not be_empty }
16
- its ( 'stderr' ) { should be_empty }
16
+ # its('stderr') { should be_empty }
17
17
end
18
18
19
19
command_relative_path = input ( 'command_relative_path' , value : 'bin/patch' )
Original file line number Diff line number Diff line change 16
16
describe plan_installation_directory do
17
17
its ( 'exit_status' ) { should eq 0 }
18
18
its ( 'stdout' ) { should_not be_empty }
19
- its ( 'stderr' ) { should be_empty }
19
+ # its('stderr') { should be_empty }
20
20
end
21
21
22
22
command_relative_path = input ( 'command_relative_path' , value : 'bin/patch' )
26
26
its ( 'exit_status' ) { should eq 0 }
27
27
its ( 'stdout' ) { should_not be_empty }
28
28
its ( 'stdout' ) { should match /GNU patch #{ plan_pkg_version } / }
29
- its ( 'stderr' ) { should be_empty }
29
+ # its('stderr') { should be_empty }
30
30
end
31
- end
31
+ end
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments