更新 '.drone.yml'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
d138f2b23d
commit
cd71b247eb
|
@ -10,7 +10,7 @@ steps:
|
||||||
path: /go
|
path: /go
|
||||||
commands:
|
commands:
|
||||||
- ls /
|
- ls /
|
||||||
|
- echo "吃饭了吗" > /go/a.txt
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: alpine
|
image: alpine
|
||||||
|
@ -19,6 +19,7 @@ steps:
|
||||||
path: /go
|
path: /go
|
||||||
commands:
|
commands:
|
||||||
- ls /
|
- ls /
|
||||||
|
- cat /go/a.txt
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
|
Loading…
Reference in New Issue