XWookey hace 5 meses
padre
commit
890f07ed97
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .drone.yml

+ 2 - 1
.drone.yml

@@ -1,9 +1,10 @@
 kind: pipeline
-type: docker # 使用docker
+type: docker
 name: default
 
 steps:
   - name: test
+    image: alpine
     commands:
       - echo Hello Drone !!
       - df -h