Skip to content

Commit 4fdd45e

Browse files
author
Hasnain Virk
authored
Merge pull request #7 from ARMmbed/minor_changes
Taking master of mbed-clitest
2 parents 26ad689 + 6d0a7e9 commit 4fdd45e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Jenkinsfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,11 @@ def run_smoke(target_families, raasPort, suite_to_run, toolchains, targets) {
120120
deleteDir()
121121
dir("mbed-clitest") {
122122
git "[email protected]:ARMmbed/mbed-clitest.git"
123-
execute("git checkout ${env.LATEST_CLITEST_REL}")
123+
execute("git checkout master")
124124
execute("git submodule update --init --recursive testcases")
125125

126126
dir("testcases") {
127-
execute("git checkout master")
128-
dir("cellular") {
129-
execute("git checkout master")
130-
}
127+
execute("git all checkout master")
131128
}
132129

133130
for (int i = 0; i < target_families.size(); i++) {

0 commit comments

Comments
 (0)