Fix CI
This commit is contained in:
parent
5b69435e89
commit
7cf3970aa7
1 changed files with 3 additions and 1 deletions
|
@ -65,12 +65,14 @@ steps:
|
||||||
path: /drone/src/misc/windows/NSIS/jdk
|
path: /drone/src/misc/windows/NSIS/jdk
|
||||||
|
|
||||||
- name: emerge-mac-m1-artifact
|
- name: emerge-mac-m1-artifact
|
||||||
image: alpine:latest
|
image: maven:3-openjdk-17
|
||||||
commands:
|
commands:
|
||||||
- . ./.make_m1
|
- . ./.make_m1
|
||||||
- mvn -B -DskipTests clean package
|
- mvn -B -DskipTests clean package
|
||||||
- cp target/ns-usbloader-*jar /builds/ns-usbloader/
|
- cp target/ns-usbloader-*jar /builds/ns-usbloader/
|
||||||
volumes:
|
volumes:
|
||||||
|
- name: m2
|
||||||
|
path: /root/.m2
|
||||||
- name: builds
|
- name: builds
|
||||||
path: /builds
|
path: /builds
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue