Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod authored Oct 5, 2020
1 parent 8c60b62 commit b3d9ab4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ def vagrantfile = '''
require 'uri'
node_id = URI::encode(ENV['NODE_ID'] || '')
name = "catalina-xcode12-#{ENV['BRANCH_NAME'] || ''}"
name = "xcode12-#{ENV['BRANCH_NAME'] || ''}"
Vagrant.configure("2") do |config|
config.vm.box = "catalinaXcode12"
config.vm.box = "xcode12"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.define "catalina" do |image|
image.vm.hostname = "catalinaXcode12"
config.vm.define "xcode12" do |image|
image.vm.hostname = "xcode12"
image.ssh.forward_agent = true
config.vm.provider "parallels" do |prl|
Expand Down

0 comments on commit b3d9ab4

Please sign in to comment.