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