diff --git a/.drone.yml b/.drone.yml index a965de4..5a09e24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,5 @@ steps: - name: hello image: alpine commands: - - echo "Pipeline läuft!" - - echo "Repo: ${DRONE_REPO}" - - echo "Branch: ${DRONE_BRANCH}" \ No newline at end of file + - echo "Pipeline laeuft!" + - echo "Build erfolgreich" \ No newline at end of file