Work on CI
Fix the bug in load .profile (changed to ~/.profile)...
This commit is contained in:
parent
28e9065d29
commit
56c1031e36
|
@ -15,7 +15,7 @@ pipeline {
|
|||
}
|
||||
stage('Create a setup file...') {
|
||||
steps {
|
||||
sh '. .profile && make selfex VERBOSE=1'
|
||||
sh '. ~/.profile && make selfex VERBOSE=1'
|
||||
}
|
||||
}
|
||||
stage('Test installation...') {
|
||||
|
|
Loading…
Reference in New Issue