base config is created
This commit is contained in:
parent
82bf31f869
commit
5c2888ed1e
3 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,10 @@ kind: pipeline
|
|||
type: docker
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: alpine
|
||||
|
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*~
|
||||
|
1
drone.yml
Symbolic link
1
drone.yml
Symbolic link
|
@ -0,0 +1 @@
|
|||
.drone.yml
|
Loading…
Add table
Reference in a new issue