Commit 4da3016b authored by F-WRunTime's avatar F-WRunTime

Updating to fix most shellcheck findings. Kontrol commands do not run properly...

Updating to fix most shellcheck findings. Kontrol commands do not run properly when the variable is quoted
parent 651bebee
......@@ -85,7 +85,7 @@ dump_log_results(){
notif "Copying Tests Results to Host"
docker cp ${CONTAINER_NAME}:/home/user/workspace/results.tar.gz "${RESULTS_LOG}"
if [ -f "${RESULTS_LOG}" ]; then
cp kontrol-results_*.tar.gz kontrol-results_latest.tar.gz
cp "${RESULTS_LOG}" kontrol-results_latest.tar.gz
else
notif "Results Log: ${RESULTS_LOG} not found, did not pull from container."
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment