mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
e2e: packer builds should not be public (#6998)
This commit is contained in:
@@ -16,9 +16,6 @@
|
||||
},
|
||||
"instance_type": "t2.medium",
|
||||
"ami_name": "nomad-e2e-windows-2016-{{timestamp}}",
|
||||
"ami_groups": [
|
||||
"all"
|
||||
],
|
||||
"communicator": "winrm",
|
||||
"user_data_file": "windows/setupwinrm.ps1",
|
||||
"winrm_username": "Administrator",
|
||||
|
||||
@@ -8,9 +8,6 @@
|
||||
"ssh_username": "ubuntu",
|
||||
"iam_instance_profile": "packer-builder",
|
||||
"ami_name": "nomad-e2e-{{timestamp}}",
|
||||
"ami_groups": [
|
||||
"all"
|
||||
],
|
||||
"tags": {
|
||||
"OS": "Ubuntu"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user