From b15394b510acdc41f0ffd0946441173dcec5057b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 29 Oct 2022 16:43:07 +0200 Subject: [PATCH] with only a single command --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0a9b6cc..5449736 100755 --- a/.drone.yml +++ b/.drone.yml @@ -3,5 +3,5 @@ load: telegram_template.jsonnet data: stepName: test image: harbor.front.kjuulh.io/docker-proxy/library/bash - commands: - - "echo something" + commands: | + "echo something"