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
|
||||
type: docker
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
- echo $secrec_password
|
||||
- docker run hello-world
|
Loading…
Reference in New Issue