Skip to content

Commit

Permalink
added list to performance
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuba committed Oct 30, 2023
1 parent 200b5b6 commit 058b0f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions terraform/performance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,7 @@ resource "null_resource" "validator_linux" {
"git clone --branch ${var.github_test_repo_branch} ${var.github_test_repo}",
var.run_mock_server ? "cd mockserver && sudo docker build -t mockserver . && cd .." : "echo skipping mock server build",
var.run_mock_server ? "sudo docker run --name mockserver -d -p 8080:8080 -p 443:443 mockserver" : "echo skipping mock server run",
"pwd",
"ls -lirt",
# "cd ..", # return to root , two copy xray configs next to validator

"pwd",
"ls -lirt",
"cp -r amazon-cloudwatch-agent-test/test/xray/resources /home/ec2-user/",
"export AWS_REGION=${var.region}",
"cd ./validator/validators",
Expand Down

0 comments on commit 058b0f1

Please sign in to comment.