From 05d7c90837d51ae65405eb8843e02feacdc1e2a7 Mon Sep 17 00:00:00 2001 From: dev_de Date: Sun, 19 Apr 2026 23:15:37 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.woodpecker.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..3d34ea4 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,8 @@ +pipeline: + hello-check: + image: alpine + commands: + - echo "Система Microtec Lab CI запущена!" + - echo "Проверяем доступ к сети..." + - ping -c 3 google.com + - echo "Всё отлично, дятлы на месте." \ No newline at end of file