Skip to content

Commit 0c4b6f1

Browse files
committed
Clear temporary folder
Although the script will ideally clean up after itself, leftover files in the temporary folder from a previous run could interfere with the script. In this case, the available IDE versions determination repository having been left behind from an aborted run broke install_ide().
1 parent 7d974fa commit 0c4b6f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arduino-ci-script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2329,6 +2329,7 @@ function check_library_manager_compliance() {
23292329
set_script_verbosity 0
23302330

23312331
# Create the temporary folder
2332+
rm "$ARDUINO_CI_SCRIPT_TEMPORARY_FOLDER" --recursive --force
23322333
create_folder "$ARDUINO_CI_SCRIPT_TEMPORARY_FOLDER"
23332334

23342335
# Create the report folder

0 commit comments

Comments
 (0)