Skip to content

Commit 4e8bc3a

Browse files
authored
Update Jenkinsfile
1 parent 0da2ada commit 4e8bc3a

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
@@ -57,7 +57,7 @@ def morpheusBuildStep(target, compilerLabel, toolchain) {
5757
deleteDir()
5858
dir("mbed-os") {
5959
checkout scm
60-
execute ("git log -1 --no-merges --pretty=format:'%H'" > GIT_REVISION)
60+
execute ("git log -1 --no-merges --pretty=format:'%H' > GIT_REVISION")
6161
env.GIT_REVISION = readFile ("GIT_REVISION")
6262
execute ("mbed deploy --protocol ssh")
6363
execute ("mbed test --compile -m ${target} -t ${toolchain} -c")

0 commit comments

Comments
 (0)