updated build config

This commit is contained in:
Sebastian Stenzel 2019-02-15 16:00:59 +01:00
parent e1930505d1
commit f16c3d5110
No known key found for this signature in database
GPG Key ID: 667B866EA8240A09
3 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,7 @@
}, },
"files": "files":
[ [
{"includePattern": "main/buildkit/target/(buildkit-[a-z]+\\.zip)", "uploadPattern": "/$1"} {"includePattern": "main/buildkit/target/(buildkit-[a-z]+\\.zip)", "uploadPattern": "/$TRAVIS_TAG/$1"}
], ],
"publish": true "publish": true
} }

View File

@ -9,7 +9,7 @@
}, },
"files": "files":
[ [
{"includePattern": "main/buildkit/target/(buildkit-[a-z]+\\.zip)", "uploadPattern": "/$1"} {"includePattern": "main/buildkit/target/(buildkit-[a-z]+\\.zip)", "uploadPattern": "/snapshot/$1", "matrixParams": {"override": 1}}
], ],
"publish": true "publish": true
} }

View File

@ -35,7 +35,6 @@ before_deploy:
fi fi
- mvn -fmain/pom.xml clean package -Prelease -DskipTests - mvn -fmain/pom.xml clean package -Prelease -DskipTests
- export TODAY=`date +'%Y-%m-%d'`; envsubst '$TRAVIS_TAG $TODAY' < .travis-deploy-release.tmpl.json > .travis-deploy-release.json - export TODAY=`date +'%Y-%m-%d'`; envsubst '$TRAVIS_TAG $TODAY' < .travis-deploy-release.tmpl.json > .travis-deploy-release.json
- cat .travis-deploy-release.json
deploy: deploy:
- provider: bintray # SNAPSHOTS - provider: bintray # SNAPSHOTS
file: .travis-deploy-snapshot.json file: .travis-deploy-snapshot.json