From aafb7642b8ff4bf9c174656b07a6b57bfc5e574e Mon Sep 17 00:00:00 2001 From: Petr Vanin Date: Tue, 27 Dec 2022 01:19:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.woodpecker.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 50da310..4a0e7ec 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,10 @@ pipeline: build: - image: rust + image: go commands: - echo "LOL" test: - image: rust + image: go commands: - echo "LAL" \ No newline at end of file