From 12d340d20055c989c6a4d740b4e8be5a69000378 Mon Sep 17 00:00:00 2001 From: sthope Date: Wed, 1 Sep 2021 21:42:39 +0200 Subject: [PATCH] Update '.drone' --- .drone | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone b/.drone index 0f27807..f18376a 100644 --- a/.drone +++ b/.drone @@ -1,9 +1,9 @@ kind: pipeline -name: sthope-testing +name: hello-world type: docker steps: - name: say-hello image: busybox commands: - - echo sthope-testing successful \ No newline at end of file + - echo hello-world \ No newline at end of file