XWookey 5 months ago
parent
commit
890f07ed97
1 changed files with 2 additions and 1 deletions
  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