Browse Source

debug drone

Ruilin Zeng 7 months ago
parent
commit
cae00e4de3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -7,7 +7,7 @@ steps:
     image: backend-build:latest
     pull: if-not-exists
     commands:
-      - mvn -o -Dmaven.test.skip=true package
+      - mvn -Dmaven.test.skip=true package
     when:
       branch:
         - main