Skip to content

Commit

Permalink
Export Go Bin Path (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethAmazon authored Jun 23, 2022
1 parent 06bbe93 commit aee2f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/terraform/ec2/linux/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resource "aws_instance" "integration-test" {
inline = [
"cloud-init status --wait",
"echo clone and install agent",
"export PATH=$PATH:/usr/local/go/bin",
"git clone ${var.github_repo}",
"cd amazon-cloudwatch-agent",
"git reset --hard ${var.github_sha}",
Expand Down

0 comments on commit aee2f5c

Please sign in to comment.