Skip to content

Commit

Permalink
Add Apple certs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Nov 7, 2023
1 parent 460d0e4 commit 5f98c57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/ios/create-vm/install-build-dependencies.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ build {
script = "scripts/install-brew.sh"
}


// Install required brew dependencies
provisioner "shell" {
script = "scripts/install-brew-dependencies.sh"
Expand Down Expand Up @@ -100,6 +101,11 @@ build {
script = "scripts/run-xcode-first-launch.sh"
}

// Add Apple root certs
privisioner "shell" {
script = "scripts/add-apple-certs.sh"
}

// Remove everything in case of error
error-cleanup-provisioner "shell" {
script = "scripts/cleanup.sh"
Expand Down

0 comments on commit 5f98c57

Please sign in to comment.