ci(jenkins): fix build command
Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
parent
0ff361c101
commit
b89ccd7458
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -37,7 +37,7 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
mkarchiso -v -w work -o out server/profiledef.sh
|
||||
mkarchiso -v -w "$(pwd)/work" -o out "$(pwd)/server"
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue