fix syntax error
This commit is contained in:
parent
dd0fd15e9e
commit
5175b44828
|
@ -170,9 +170,8 @@ pipeline
|
|||
{
|
||||
sh 'make package ARGS="--python-version=3.8,2 --target-wheel-platform=manylinux_2_27_x86_64 --chrono"'
|
||||
sh '''
|
||||
#!/bin/bash
|
||||
if [ "${BRANCH_NAME}" != "PR-*" ]; then
|
||||
make package ARGS="--packages=AdditionalMaps,Town06_Opt,Town07_Opt,Town11,Town12,Town13,Town15 --target-archive=AdditionalMaps --clean-intermediate --python-version=3.8,2 --target-wheel-platform=manylinux_2_27_x86_64"'
|
||||
make package ARGS="--packages=AdditionalMaps,Town06_Opt,Town07_Opt,Town11,Town12,Town13,Town15 --target-archive=AdditionalMaps --clean-intermediate --python-version=3.8,2 --target-wheel-platform=manylinux_2_27_x86_64"
|
||||
fi
|
||||
'''
|
||||
sh 'make examples ARGS="localhost 3654"'
|
||||
|
|
Loading…
Reference in New Issue