Skip to content

Commit b42ac1d

Browse files
Update Jenkinsfile
1 parent 3ad634b commit b42ac1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ cstage("NonHW Tests", "", flags) {
105105
branchName ->
106106
withEnv(['BOARD='+branchName]) {
107107
cstage("NonHW", branchName, flags) {
108-
local_unstash('builtSources', '', false)
108+
local_unstash('builtSources')
109109
sh 'make -C ./CI/scripts run_NonHWTests'
110110
}
111111
}

0 commit comments

Comments
 (0)