Skip to content

Commit

Permalink
Merge pull request #451 from cloudfoundry/ignore-noble-stemcell-for-r…
Browse files Browse the repository at this point in the history
…elease-notes

Exclude noble stemcell from release notes for now
  • Loading branch information
jochenehret authored Dec 9, 2024
2 parents 82cc7f7 + e0570b3 commit 30fe307
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def self.find_ops_files(repo_dir)
)

opsfile_list = ops_files_and_directories.select do |fd|
File.file?(fd) unless fd.match(/(use-compiled-releases.yml|test\/fips-stemcell.yml)/)
File.file?(fd) unless fd.match(/(use-compiled-releases.yml|test\/fips-stemcell.yml|experimental\/use-noble-stemcell.yml)/)
end

opsfile_list.map { |opsfile| opsfile.gsub!("#{repo_dir}/operations/", '') }
Expand Down

0 comments on commit 30fe307

Please sign in to comment.