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
|
@ -7,5 +7,12 @@
|
||||||
disable: false,
|
disable: false,
|
||||||
depth: 0,
|
depth: 0,
|
||||||
},
|
},
|
||||||
|
steps: [
|
||||||
|
{
|
||||||
|
name: 'step',
|
||||||
|
image: 'alpine',
|
||||||
|
},
|
||||||
|
|
||||||
|
],
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -7,4 +7,8 @@ platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: step
|
||||||
|
image: alpine
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue