base config is created

This commit is contained in:
Ryan Voots 2022-04-13 17:28:30 -04:00
parent 82bf31f869
commit 5c2888ed1e
3 changed files with 7 additions and 0 deletions

View file

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

@ -0,0 +1,2 @@
*~

1
drone.yml Symbolic link
View file

@ -0,0 +1 @@
.drone.yml