Skip to content

Commit 1d85acd

Browse files
committed
chore: server id set
1 parent 5d98e63 commit 1d85acd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-on-commit.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ jobs:
77
mvn:
88
uses: netcracker/qubership-workflow-hub/.github/workflows/maven-publish.yml@main
99
with:
10-
maven-command: "--batch-mode deploy -DskipTests"
11-
server-id: github
12-
java-version: 21
10+
maven-command: "--batch-mode package"
11+
server-id: "github"
1312
secrets:
1413
maven-token: ${{ secrets.GITHUB_TOKEN }}
15-
# sonar-token: ${{ secrets.SONAR_TOKEN }}
1614

1715
call-docker-publish:
1816
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)