Skip to content

Commit

Permalink
fix error imported by commit 8fb62ec
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu authored and adrianriobo committed Nov 5, 2024
1 parent ba120a5 commit 73774d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fi
if [[ ! -z "${TARGET_RESULTS+x}" ]]; then
# If exec create some reuslts we define the env and they will be copied to OUTPUT_FOLDER
OUTPUT_FOLDER="${OUTPUT_FOLDER:-"/output"}"
scp_cmd="$(scp_from_cmd "${TARGET_FOLDER}/${TARGET_RESULTS}" "${OUTPUT_FOLDER}/)")"
scp_cmd="$(scp_from_cmd "${TARGET_FOLDER}/${TARGET_RESULTS}" "${OUTPUT_FOLDER}/")"
exec_and_retry ${SSH_CMD_ATTEMPTS} ${SSH_CMD_DELAY} ${scp_cmd}
fi

Expand Down

0 comments on commit 73774d5

Please sign in to comment.