From e9647020aa7b62a7e887573aedb9e98273e4e8d6 Mon Sep 17 00:00:00 2001 From: Pavel Perestoronin Date: Sun, 11 Jun 2023 21:04:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Remove=20the=20`status`=20call?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e53e329..48d1d26 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -107,7 +107,7 @@ jobs: rsync --compress --executability --stats --times --verbose blitz-tanks.aarch64-unknown-linux-gnu mars:/home/pi/bin/blitz-tanks - name: 🛑 Stop - run: ssh mars "sudo systemctl stop blitz-tanks; systemctl status --lines=0 blitz-tanks" + run: ssh mars "sudo systemctl stop blitz-tanks" - name: 📦 Archive the database run: ssh mars "ZST_CLEVEL=3 tar -Izstd -cvf .blitz-tanks/${{ github.event.repository.updated_at }}.tar.zstd .blitz-tanks/db.sled"