Compare commits
12 Commits
H618_pre-e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| efbda3198e | |||
| 96260b98ca | |||
| 06e197e452 | |||
| 3b71f936e2 | |||
| dd5c9d81ae | |||
| 15f86bf989 | |||
| dfd26ebe8b | |||
| 8028fa16f5 | |||
| 80e3c9da20 | |||
| 140782373a | |||
| c3befa21c8 | |||
| 1ca78aefd1 |
@ -5,10 +5,23 @@ jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
|
||||
- name: echo
|
||||
run: cat /etc/hostname
|
||||
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
|
||||
- name: Install Java
|
||||
uses: https://github.com/actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
- run: mvn
|
||||
distribution: 'oracle'
|
||||
java-version: 17
|
||||
|
||||
- name: Set up Maven
|
||||
uses: https://github.com/stCarolas/setup-maven@v4.5
|
||||
|
||||
- run: cat ~/.m2/settings.xml
|
||||
|
||||
- name: Deploy
|
||||
run: mvn
|
||||
Loading…
x
Reference in New Issue
Block a user