fix condition check to make big package
This commit is contained in:
parent
87c267eccf
commit
121b58b025
|
@ -170,7 +170,7 @@ pipeline
|
|||
{
|
||||
sh 'make package ARGS="--python-version=3.8,2 --target-wheel-platform=manylinux_2_27_x86_64 --chrono"'
|
||||
sh '''
|
||||
if [[ "${BRANCH_NAME:0:3}" != "PR_" ]]; then
|
||||
if [[ "${BRANCH_NAME:0:3}" != "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"'
|
||||
fi
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue