added maven cerdentials

This commit is contained in:
Eugene Taranov
2020-06-18 14:23:45 +03:00
parent 2dde38b719
commit 2a9f306b93

View File

@@ -38,3 +38,6 @@ jobs:
working-directory: wlan-cloud-opensync-controller/opensync-ext-cloud
run: |
mvn clean verify sonar:sonar -Dsonar.host.url=${{ env.SONAR_URL }} -Dsonar.login=${{ secrets.SONAR_LOGIN }} -Dsonar.organization=${{ env.SONAR_ORGANIZATION }}
env:
MAVEN_REPO_USERNAME: build-pipeline
MAVEN_REPO_PASSWORD: ${{ secrets.MAVEN_REPO_PASSWORD }}