We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f21714 commit 989ce32Copy full SHA for 989ce32
app/util/k8s/copy_run_results.sh
@@ -30,7 +30,6 @@ fi
30
echo "INFO: Execution environment pod name: $exec_pod_name"
31
32
echo "INFO: Copy results folder from the exec env pod to local"
33
-
34
for _ in {1..3}; do
35
if kubectl exec -n atlassian "$exec_pod_name" --request-timeout=60s -- tar czf - -C /dc-app-performance-toolkit/app results | tar xzf - -C /data-center-terraform/dc-app-performance-toolkit/app/results --strip-components=1; then
36
break
0 commit comments