Add generated delivery build cookbook
This commit is contained in:
		
							
								
								
									
										2
									
								
								.delivery/build_cookbook/test/fixtures/cookbooks/test/metadata.rb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								.delivery/build_cookbook/test/fixtures/cookbooks/test/metadata.rb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,2 @@ | ||||
| name 'test' | ||||
| version '0.1.0' | ||||
							
								
								
									
										9
									
								
								.delivery/build_cookbook/test/fixtures/cookbooks/test/recipes/default.rb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								.delivery/build_cookbook/test/fixtures/cookbooks/test/recipes/default.rb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,9 @@ | ||||
| # frozen_string_literal: true | ||||
| %w(unit lint syntax).each do |phase| | ||||
|   # TODO: This works on Linux/Unix. Not Windows. | ||||
|   execute "HOME=/home/vagrant delivery job verify #{phase} --server localhost --ent test --org kitchen" do | ||||
|     cwd '/tmp/repo-data' | ||||
|     user 'vagrant' | ||||
|     environment('GIT_DISCOVERY_ACROSS_FILESYSTEM' => '1') | ||||
|   end | ||||
| end | ||||
		Reference in New Issue
	
	Block a user