XWookey 5 mesi fa
parent
commit
890f07ed97
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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