This commit is contained in:
Axel 2020-08-25 13:15:06 +02:00 committed by Marc Garcia Puig
parent 508dd06e2f
commit 6a156fbf75
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -43,7 +43,7 @@ pipeline
{
steps
{
sh 'source .venv/bin/activate'
sh '. /home/jenkins/.venv/bin/activate'
sh 'make setup'
}
}