更新 '.drone.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
lingling 2023-09-12 09:29:27 +08:00
parent d138f2b23d
commit cd71b247eb
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ steps:
path: /go
commands:
- ls /
- echo "吃饭了吗" > /go/a.txt
- name: build
image: alpine
@ -19,6 +19,7 @@ steps:
path: /go
commands:
- ls /
- cat /go/a.txt
volumes:
- name: cache