This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bmen
/
drone-hello-world
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
exec pipeline
master
bmen
6 months ago
parent
a6688d4326
commit
9c281672c8
1 changed files
with
6 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-5
.drone.yml
+ 6
- 5
.drone.yml
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
Write
Preview
Loading…
Cancel
Save