Skip to content

Commit 071dae0

Browse files
committed
🔨 Fix CI Test clean step
1 parent df2a248 commit 071dae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildroot/share/PlatformIO/scripts/pioutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def is_pio_build():
77
from SCons.Script import DefaultEnvironment
88
env = DefaultEnvironment()
9-
return not env.IsIntegrationDump()
9+
return not env.IsIntegrationDump() and not env.IsCleanTarget()
1010

1111
def get_pio_version():
1212
from platformio import util

0 commit comments

Comments
 (0)