From 94f85210ef802d97e83d0c75967e9c58fea624a7 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sat, 21 Oct 2023 18:47:49 +0200 Subject: [PATCH] initial drone test --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..5a648ed --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: salt-docker-master + +steps: +- name: test + image: alpine + commands: + - echo hello + - echo world