Work on CI

Fix the bug in load .profile (changed to ~/.profile)...
This commit is contained in:
Sylvain Tricot 2019-11-29 14:26:13 +01:00
parent 28e9065d29
commit 56c1031e36
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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...') {