Merge with origin

This commit is contained in:
Harald Kube 2021-03-12 21:06:40 +01:00
commit bbf01d6762
2 changed files with 9 additions and 2 deletions

View file

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

View file

@ -1,2 +1,4 @@
# READ ME!
Okay, this is the first version of the README file.
My build status 1 is: [![Build Status](https://cloud.drone.io/api/badges/ernesto1967/drone_test/status.svg)](https://cloud.drone.io/ernesto1967/drone_test)
My build status 2 is: [![Build Status](https://drone.kube-it.de/api/badges/ernesto1967/drone_test/status.svg)](https://drone.kube-it.de/ernesto1967/drone_test)