diff --git a/.drone.yml b/.drone.yml index 0b91517..02418c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,6 @@ name: default steps: - name: run-hello-script - image: docker.1ms.run/alpine:latest # 必须指定基础镜像(如alpine/bash) commands: - chmod +x hello.sh - ./hello.sh