From b3262a1871bbcd1316401a6a2fbeb6803c2824b9 Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Fri, 5 Mar 2021 02:10:37 +0100 Subject: [PATCH 1/7] Introduce a typo --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ea5228a..8380e3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,4 @@ steps: image: alpine commands: - echo hello - - echo world + - echo worldt From af1605168bca1e95033a9048f5c41b2460e558e2 Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Fri, 5 Mar 2021 02:13:52 +0100 Subject: [PATCH 2/7] Add README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b0fe80 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Hello + +My build status is: [![Build Status](https://cloud.drone.io/api/badges/ernesto1967/drone_test/status.svg)](https://cloud.drone.io/ernesto1967/drone_test) From 3e9c307e37a740e0e23b3373c934b9781b462fb9 Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Fri, 5 Mar 2021 02:15:13 +0100 Subject: [PATCH 3/7] Introduce an error --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 8380e3d..a160dc4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,3 +8,4 @@ steps: commands: - echo hello - echo worldt + ekko ERROER From da1b12d9bf46d3bcf35693d1eedf5d1d82eeb1ff Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Fri, 5 Mar 2021 02:16:00 +0100 Subject: [PATCH 4/7] Introduce an error 2 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a160dc4..42cfb4d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,4 +8,4 @@ steps: commands: - echo hello - echo worldt - ekko ERROER + - ekko ERROER From 97ff5183c9c80b6c8243c3366d6afc358a3c906b Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Fri, 5 Mar 2021 02:25:07 +0100 Subject: [PATCH 5/7] Add language German --- .drone.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 42cfb4d..a84178e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,9 +3,14 @@ type: docker name: default steps: -- name: greeting +- name: greeting_en image: alpine commands: - echo hello - echo worldt - - ekko ERROER + - echo NOE ERROER + +- name: gruss_de + image: alpine + commands: + - echo Moin, Moin! From a9f2eb2df1e97c205ad3417f8e5cb2364f72de36 Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Fri, 5 Mar 2021 21:38:59 +0100 Subject: [PATCH 6/7] Add second build status --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b0fe80..1fcf5fe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Hello -My build status is: [![Build Status](https://cloud.drone.io/api/badges/ernesto1967/drone_test/status.svg)](https://cloud.drone.io/ernesto1967/drone_test) +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) + From f4267da5c8d54b4c632cb2c6140d286f4bfb5fe9 Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Fri, 5 Mar 2021 22:04:54 +0100 Subject: [PATCH 7/7] Use umlauts --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a84178e..b23b5a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: commands: - echo hello - echo worldt - - echo NOE ERROER + - echo NÖ ERRÖR - name: gruss_de image: alpine