Skip to content

Commit

Permalink
fix: -f option when removing target folder is not working on windows #22
Browse files Browse the repository at this point in the history


Signed-off-by: Adrian Riobo Lorenzo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Mar 12, 2024
1 parent 1435ece commit 41ebb5f
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 @@ -45,5 +45,5 @@ if [[ ! -z "${TARGET_RESULTS+x}" ]]; then
fi

if [ "${TARGET_CLEANUP:-}" = "true" ]; then
$(ssh_cmd "rm -fr ${TARGET_FOLDER}")
$(ssh_cmd "rm -r ${TARGET_FOLDER}")
fi

0 comments on commit 41ebb5f

Please sign in to comment.