Skip to content

Commit

Permalink
Disable snap
Browse files Browse the repository at this point in the history
  • Loading branch information
alexerm committed Jun 23, 2024
1 parent be530d8 commit d026121
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion images/ubuntu/scripts/build/Configure-Toolset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ foreach ($tool in $tools) {
}
}

Invoke-PesterTests -TestFile "Toolset" -TestName "Toolset"
# Invoke-PesterTests -TestFile "Toolset" -TestName "Toolset"
10 changes: 5 additions & 5 deletions images/ubuntu/templates/ubuntu-22.04.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,11 @@ build {
scripts = ["${path.root}/../scripts/build/install-homebrew.sh"]
}

provisioner "shell" {
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}"]
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
scripts = ["${path.root}/../scripts/build/configure-snap.sh"]
}
# provisioner "shell" {
# environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}"]
# execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
# scripts = ["${path.root}/../scripts/build/configure-snap.sh"]
# }

// provisioner "shell" {
// execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
Expand Down

0 comments on commit d026121

Please sign in to comment.