Fix problem with environment
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details

nginx_conf
Nicolas Arenas 2024-10-02 09:37:01 +02:00
parent 52cde55418
commit d5258e733a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pipeline {
echo 'Create Python venv to work with robotframework'
sh '''
python3 -m venv robotframework
source venv/bin/activate
. robotframework/bin/activate
pip install -r requirements.txt
'''