From ff5281bd9c8ce697d71447e70e430436f91bf59d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Mon, 7 Aug 2023 18:25:24 +0200 Subject: [PATCH] Test .drone.yml --- .drone.yml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 50c9dd6..5a9661d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,15 +1,12 @@ kind: pipeline -type: docker -name: hello-world - -trigger: - branch: - - main - event: - - push +name: default steps: - - name: say-hello - image: busybox - commands: - - echo "Hello World!" \ No newline at end of file +- name: docker + image: plugins/docker + settings: + username: test + password: test + repo: andrej/test + tags: + - latest -- GitLab