From e489ee6aab12eee14f1da9a38e316362a73a90b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Mon, 7 Aug 2023 15:42:01 +0200 Subject: [PATCH] test --- .drone.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..62c5c48 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +kind: pipeline +type: docker +name: hello-world + +trigger: + branch: + - main + event: + - push + +steps: + - name: say-hello + image: busybox + commands: + - echo hello-world \ No newline at end of file -- GitLab