File tree Expand file tree Collapse file tree 2 files changed +1
-26
lines changed Expand file tree Collapse file tree 2 files changed +1
-26
lines changed Original file line number Diff line number Diff line change 99
1010 steps :
1111 - uses : actions/checkout@v4
12- - name : Evaluate release type
13- run : ci/evaluate-release.sh
1412 - name : Set up JDK
1513 uses : actions/setup-java@v4
1614 with :
3129 MAVEN_USERNAME : ${{ secrets.CENTRAL_USERNAME }}
3230 MAVEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN }}
3331 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
34- - name : Checkout tls-gen
35- uses : actions/checkout@v4
36- with :
37- repository : rabbitmq/tls-gen
38- path : ' ./tls-gen'
39- - name : Start broker
40- run : ci/start-broker.sh
41- - name : Stop broker
42- run : docker stop rabbitmq && docker rm rabbitmq
43- - name : Set up JDK for and documentation generation
32+ - name : Set up JDK for documentation generation
4433 uses : actions/setup-java@v4
4534 with :
4635 distribution : ' temurin'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments