Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
developersu committed Feb 10, 2023
1 parent 5b69435 commit 7cf3970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,14 @@ steps:
path: /drone/src/misc/windows/NSIS/jdk

- name: emerge-mac-m1-artifact
image: alpine:latest
image: maven:3-openjdk-17
commands:
- . ./.make_m1
- mvn -B -DskipTests clean package
- cp target/ns-usbloader-*jar /builds/ns-usbloader/
volumes:
- name: m2
path: /root/.m2
- name: builds
path: /builds

Expand Down

0 comments on commit 7cf3970

Please sign in to comment.