Merge with origin
This commit is contained in:
commit
bbf01d6762
2 changed files with 9 additions and 2 deletions
|
|
@ -3,12 +3,17 @@ type: docker
|
|||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
- name: greeting_en
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
|
||||
# - name: gruss_de
|
||||
# image: alpine
|
||||
# commands:
|
||||
# - echo Moin, Moin!
|
||||
|
||||
- name: auto-release
|
||||
image: xena/gitea-release:latest
|
||||
pull: always
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
# READ ME!
|
||||
Okay, this is the first version of the README file.
|
||||
|
||||
My build status 1 is: [](https://cloud.drone.io/ernesto1967/drone_test)
|
||||
My build status 2 is: [](https://drone.kube-it.de/ernesto1967/drone_test)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue