exec pipeline
continuous-integration/drone/push Build is passing Details

This commit is contained in:
bmen 2020-10-08 18:17:13 +00:00
parent a6688d4326
commit 9c281672c8
1 changed files with 6 additions and 5 deletions

View File

@ -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