Skip to content

Commit

Permalink
fix(CI/CD): missing BINTRAY credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Proum committed Sep 27, 2019
1 parent f0cf124 commit da7d345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ quality-analysis: build-package ## Allows to run static quality analyis
-Dsonar.analysis.repository=$$TRAVIS_REPO_SLUG

deploy-package: ## Allows to deploy artifacts to our registry
@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 \
-e BINTRAY_USER -e BINTRAY_PASSWORD maven:alpine mvn deploy --settings travis.settings.xml


.DEFAULT_GOAL := help
Expand Down

0 comments on commit da7d345

Please sign in to comment.