Skip to content

Commit da7d345

Browse files
committed
fix(CI/CD): missing BINTRAY credentials
1 parent f0cf124 commit da7d345

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ quality-analysis: build-package ## Allows to run static quality analyis
2525
-Dsonar.analysis.repository=$$TRAVIS_REPO_SLUG
2626

2727
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
28+
@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
2930

3031

3132
.DEFAULT_GOAL := help

0 commit comments

Comments
 (0)