κρμγ 5 년 전
부모
커밋
d64656779e
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      .drone.yml

+ 9 - 0
.drone.yml

@@ -0,0 +1,9 @@
+pipeline:
+  clone:
+    image: plugins/git
+    links:
+      - gogs
+  build:
+    image: maven:3.3.9-jdk-8
+    commands:
+      - mvn package