From 842ce12acac58e79d191083d01de17a67199586d Mon Sep 17 00:00:00 2001 From: "p.belezov" Date: Tue, 12 Mar 2024 17:15:30 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BD=D1=8F=20=D1=81=D0=BA=D0=BE?= =?UTF-8?q?=D1=80=D0=BE=20=D0=B2=20=D0=B4=D1=83=D1=80=D0=BA=D1=83=20=D1=81?= =?UTF-8?q?=D0=B4=D0=B0=D0=B4=D1=83=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gitea-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index f845b9c..54ff559 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu steps: - run: cd /home/resume/ + - run: pwd - run: echo "Stopping gitea service..." - run: systemctl stop resume - run: echo "Gitea service stopped"