Skip to content

Commit

Permalink
e2e: packer builds should not be public (#6998)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Jan 27, 2020
1 parent b9394da commit 5e789c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions e2e/terraform/packer/packer-windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions e2e/terraform/packer/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"ssh_username": "ubuntu",
"iam_instance_profile": "packer-builder",
"ami_name": "nomad-e2e-{{timestamp}}",
"ami_groups": [
"all"
],
"tags": {
"OS": "Ubuntu"
}
Expand Down

0 comments on commit 5e789c3

Please sign in to comment.