Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
fix: recursive copy for slaves files
Browse files Browse the repository at this point in the history
  • Loading branch information
allantargino committed Feb 19, 2020
1 parent 87ce639 commit cd1dbeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
page_type: sample
languages:
- yaml
- python
products:
- azure
- azure-devops
Expand Down
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ resource "azurerm_container_group" "jmeter_slaves" {
commands = [
"/bin/sh",
"-c",
"cp /jmeter/* .; /entrypoint.sh -s -J server.rmi.ssl.disable=true",
"cp -r /jmeter/* .; /entrypoint.sh -s -J server.rmi.ssl.disable=true",
]
}
}
Expand Down

0 comments on commit cd1dbeb

Please sign in to comment.