exec pipeline
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
a6688d4326
commit
9c281672c8
11
.drone.yml
11
.drone.yml
|
@ -1,11 +1,12 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: exec
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: greeting
|
- name: greeting
|
||||||
image: alpine
|
|
||||||
commands:
|
commands:
|
||||||
- echo hello
|
- docker run hello-world
|
||||||
- echo world
|
|
||||||
- echo $secrec_password
|
|
Loading…
Reference in New Issue