Fix bug in jenkinsfile
This commit is contained in:
parent
a2bcd37800
commit
4e6e5db2c3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
||||
steps {
|
||||
echo 'Configuring Cmake...'
|
||||
sh '''
|
||||
mdkir "build" &&
|
||||
mkdir "build" &&
|
||||
cd "build" &&
|
||||
cmake "../stm-firmware"
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user