Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
c97b8521a4 | |||
378fcd1dd5 |
4 changed files with 16 additions and 7 deletions
15
.drone.yml
Normal file
15
.drone.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- gitea
|
||||
- master
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
5
README
5
README
|
@ -1,4 +1 @@
|
|||
(rand 30)
|
||||
commit #1 from contributor
|
||||
commit #2 from contributor
|
||||
|
||||
f
|
||||
|
|
2
src/1
2
src/1
|
@ -1,3 +1 @@
|
|||
6eb9cefd3193d8c649b0c8e52dfb0119
|
||||
commit after CI workflow addition
|
||||
commit #3 from contributor
|
||||
|
|
1
src/11
1
src/11
|
@ -1 +0,0 @@
|
|||
iamsamuelbaba:foo
|
Loading…
Reference in a new issue