master
SLW\ARNAUA 2023-03-09 11:23:15 +01:00
parent 5bc8a3feb6
commit d6d54ad344
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -80,7 +80,7 @@
cd ..
pwd
ls -la
cd shared_configuration/
cd ./shared_configuration/
ls -la
cd ../coco_terraform_config/
ls -la
@ -90,7 +90,7 @@
pwd
python3 --version
pip3 --version
pip3 install --user -r ../coco_apm_slo_yaml2tf/requirements.txt
pip3 install --user -r ./coco_apm_slo_yaml2tf/requirements.txt
'''
}
}