added alpine step
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5dd3af21cc
commit
7fe46dc195
|
@ -1,11 +1,18 @@
|
|||
[
|
||||
{
|
||||
name:'test pipe',
|
||||
name: 'test pipe',
|
||||
kind: 'pipeline',
|
||||
type: 'docker',
|
||||
clone: {
|
||||
disable: false,
|
||||
depth: 0,
|
||||
},
|
||||
steps: [
|
||||
{
|
||||
name: 'step',
|
||||
image: 'alpine',
|
||||
},
|
||||
|
||||
],
|
||||
}
|
||||
]
|
|
@ -7,4 +7,8 @@ platform:
|
|||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: step
|
||||
image: alpine
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue