minor change

This commit is contained in:
Ruben Abad 2024-02-07 13:33:57 +01:00
parent 61cc60ffe0
commit 4fdd8d73f2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline
{
steps
{
sh 'echo "Current workspace is ${env.WORKSPACE}"'
sh 'echo "Current workspace is ${WORKSPACE}"'
sh 'git update-index --skip-worktree Unreal/CarlaUE4/CarlaUE4.uproject'
sh 'make setup ARGS="--python-version=3.8,2 --target-wheel-platform=manylinux_2_27_x86_64 --chrono"'
}