We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cf124 commit da7d345Copy full SHA for da7d345
Makefile
@@ -25,7 +25,8 @@ quality-analysis: build-package ## Allows to run static quality analyis
25
-Dsonar.analysis.repository=$$TRAVIS_REPO_SLUG
26
27
deploy-package: ## Allows to deploy artifacts to our registry
28
- @docker run --mount type=bind,src=$$(pwd),target=/usr/src -w /usr/src maven:alpine mvn deploy --settings travis.settings.xml
+ @docker run --mount type=bind,src=$$(pwd),target=/usr/src -w /usr/src \
29
+ -e BINTRAY_USER -e BINTRAY_PASSWORD maven:alpine mvn deploy --settings travis.settings.xml
30
31
32
.DEFAULT_GOAL := help
0 commit comments