From 679453783a762b5b1cf51da8f4534e3e58d659fb Mon Sep 17 00:00:00 2001 From: "oleg.vodyanov91@gmail.com" Date: Sun, 25 Jan 2026 23:12:53 +0400 Subject: [PATCH] update steps --- pipelines/docbot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelines/docbot b/pipelines/docbot index 6a6d0d6..ca37305 100644 --- a/pipelines/docbot +++ b/pipelines/docbot @@ -10,7 +10,8 @@ pipeline { sh ''' ssh -o StrictHostKeyChecking=no kreamond@109.73.204.66 ' set -euo pipefail - echo "hello" + cd ~/docbot || exit 1 + git pull origin main ' ''' }