Skip to content

Commit 81bce04

Browse files
author
Martin Schwamberger
committed
Update release
1 parent 60015fe commit 81bce04

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ deploy:
5151
name: Release-$TRAVIS_TAG
5252
skip_cleanup: true
5353
on:
54-
branch: split
54+
branch: master

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ node('docker') {
2121

2222
parallel(
2323
failFast: true,
24-
/*android: {
24+
android: {
2525
stage('android') {
2626
dockerImage.inside(options) {
2727
sh build-android.sh
28-
sh 'mvn deploy -Dclassifier=android'
28+
sh 'mvn deploy -P android'
2929
}
3030
}
31-
},*/
31+
},
3232
ios: {
3333
stage('ios') {
3434
node('ios') {
3535
deleteDir()
3636
checkout scm
3737
sh 'chmod a+x ./*.sh'
3838
sh "./build-ios.sh ${VERSION}"
39-
sh 'mvn deploy -Dclassifier=ios'
39+
sh 'mvn deploy -P ios'
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)