New package called 'AdditionalMaps'

This commit is contained in:
bernatx 2019-12-11 13:42:56 +01:00 committed by bernat
parent 19ddc9fb79
commit 7036283099
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -53,7 +53,7 @@ pipeline {
stage('Package') {
steps {
sh 'make package'
sh 'make package ARGS="--packages=Town06,Town07 --clean-intermediate"'
sh 'make package ARGS="--packages=AdditionalMaps --clean-intermediate"'
}
post {
always {