Skip to content

Commit 42061a5

Browse files
author
Kimmo Lepikkö
authored
Merge pull request #80 from ARMmbed/disable_new_targets
Disabled new targets until 5.9 is out
2 parents 76157f3 + c507de0 commit 42061a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ def raas = [
2626
def targets = [
2727
"UBLOX_C027",
2828
"MTB_MTS_DRAGONFLY",
29-
"UBLOX_C030_U201",
30-
"MTB_ADV_WISE_1570",
31-
"K64F"
29+
"UBLOX_C030_U201"
30+
//"MTB_ADV_WISE_1570",
31+
//"K64F"
3232
]
3333

3434
// Map toolchains to compilers

0 commit comments

Comments
 (0)