Skip to content

Commit 989ce32

Browse files
remove empty line
1 parent 0f21714 commit 989ce32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/util/k8s/copy_run_results.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ fi
3030
echo "INFO: Execution environment pod name: $exec_pod_name"
3131

3232
echo "INFO: Copy results folder from the exec env pod to local"
33-
3433
for _ in {1..3}; do
3534
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
3635
break

0 commit comments

Comments
 (0)