[Anka] add script to fix broken simulators name (#7231)

This commit is contained in:
Mikhail Koliada
2023-03-03 14:52:26 +01:00
committed by GitHub
parent 7ac0d4826c
commit 29ed1a27b9

View File

@@ -245,6 +245,10 @@ build {
script = "./provision/core/delete-duplicate-sims.rb"
execute_command = "source $HOME/.bash_profile; ruby {{ .Path }}"
}
provisioner "shell" {
script = "./provision/core/fix-xcode-simulators.ps1"
execute_command = "chmod +x {{ .Path }}; {{ .Vars }} pwsh -f {{ .Path }}"
}
provisioner "shell" {
inline = [
"pwsh -File \"$HOME/image-generation/software-report/SoftwareReport.Generator.ps1\" -OutputDirectory \"$HOME/image-generation/output/software-report\" -ImageName ${var.build_id}",