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 9
9
10
10
steps :
11
11
- uses : actions/checkout@v4
12
- - name : Evaluate release type
13
- run : ci/evaluate-release.sh
14
12
- name : Set up JDK
15
13
uses : actions/setup-java@v4
16
14
with :
31
29
MAVEN_USERNAME : ${{ secrets.CENTRAL_USERNAME }}
32
30
MAVEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN }}
33
31
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
44
33
uses : actions/setup-java@v4
45
34
with :
46
35
distribution : ' temurin'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments