Skip to content

Commit

Permalink
Don't share scripts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Oct 8, 2023
1 parent a3191bd commit f65caab
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ build {
execute_command = "echo '${var.ssh_password}' | {{ .Vars }} sudo -S -E sh -eux '{{ .Path }}'"
expect_disconnect = true
scripts = [
"../../scripts/disable-updates.sh",
"../../scripts/qemu.sh",
"../scripts/disable-updates.sh",
"../scripts/qemu.sh",
]
}
}

0 comments on commit f65caab

Please sign in to comment.