Skip to content

Commit

Permalink
Merge pull request TencentBlueKing#10199 from TencentBlueKing/changel…
Browse files Browse the repository at this point in the history
…og/v2.1.0

CHANGELOG: Update directory for v2.1.0 release
  • Loading branch information
mingshewhe committed Apr 10, 2024
2 parents 6e2c621 + 35204da commit ab7b215
Show file tree
Hide file tree
Showing 2 changed files with 520 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publishMavenJar4CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
-Psigning.keyId=${{ secrets.SIGNING_KEY_ID }} \
-Psigning.password='${{ secrets.SIGNING_PASSWORD }}' \
-Psigning.secretKeyRingFile=${{ github.workspace }}/secretKeyRingFile.gpg \
-DmysqlURL=127.0.0.1:${{ job.services.mysql.ports['3306'] }} -DmysqlUser=root -DmysqlPasswd=root
-DmysqlURL=127.0.0.1:${{ job.services.mysql.ports['3306'] }} -DmysqlUser=root -DmysqlPasswd=root \
-Dorg.gradle.parallel=false
- name: Clean Up
if: ${{ always() }}
working-directory:
Expand Down
Loading

0 comments on commit ab7b215

Please sign in to comment.