minor change
This commit is contained in:
parent
61cc60ffe0
commit
4fdd8d73f2
|
@ -28,7 +28,7 @@ pipeline
|
||||||
{
|
{
|
||||||
steps
|
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 '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"'
|
sh 'make setup ARGS="--python-version=3.8,2 --target-wheel-platform=manylinux_2_27_x86_64 --chrono"'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue