Work on CI
Load the .profile user's file for the make selfex stage since the path to makeself is not standard
This commit is contained in:
parent
dcda10d1b5
commit
28e9065d29
|
@ -15,7 +15,7 @@ pipeline {
|
|||
}
|
||||
stage('Create a setup file...') {
|
||||
steps {
|
||||
sh 'make selfex VERBOSE=1'
|
||||
sh '. .profile && make selfex VERBOSE=1'
|
||||
}
|
||||
}
|
||||
stage('Test installation...') {
|
||||
|
|
Loading…
Reference in New Issue