commit yml pipeline files during azure bootstrap

The pipeline definitions were not being committed. This causes 404s
when trying to extract the pipeline in commands like audit.
This commit is contained in:
Jacob Steves
2023-01-04 11:56:30 -05:00
parent fd0ec20770
commit 05f38299a1
+1 -1
View File
@@ -92,7 +92,7 @@ def create_repository(options)
}],
commits: [{
comment: "Initial commit.",
changes: Dir[File.join(tmp_dir, "**/*.{cs,csproj,sln}")].reject {|f| File.directory?(f) }.map do |entry|
changes: Dir[File.join(tmp_dir, "**/*.{cs,csproj,sln,yml}")].reject {|f| File.directory?(f) }.map do |entry|
{
changeType: "add",
item: {