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
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: greeting
|
- name: greeting_en
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo hello
|
- echo hello
|
||||||
- echo world
|
- echo world
|
||||||
|
|
||||||
|
# - name: gruss_de
|
||||||
|
# image: alpine
|
||||||
|
# commands:
|
||||||
|
# - echo Moin, Moin!
|
||||||
|
|
||||||
- name: auto-release
|
- name: auto-release
|
||||||
image: xena/gitea-release:latest
|
image: xena/gitea-release:latest
|
||||||
pull: always
|
pull: always
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,4 @@
|
||||||
# READ ME!
|
# 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