Skip to content

Commit 37825a4

Browse files
authored
Merge pull request espressif#115 from adafruit/fix-actions-learn
Remove the whole blink example folder
2 parents b6254ad + 88ab7a7 commit 37825a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: build_platform.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
if "Adafruit_Learning_System_Guides" in BUILD_DIR:
4141
print("Found learning system repo")
4242
IS_LEARNING_SYS = True
43-
os.remove(BUILD_DIR + "/ci/examples/Blink/Blink.ino")
44-
os.rmdir(BUILD_DIR + "/ci/examples/Blink")
43+
shutil.rmtree(BUILD_DIR + "/ci/examples/Blink")
4544
elif "METROX-Examples-and-Project-Sketches" in BUILD_DIR:
4645
print("Found MetroX Examples Repo")
4746
IS_LEARNING_SYS = True

0 commit comments

Comments
 (0)