From 84b80179eccc22092c6387f1e410c782e68762b5 Mon Sep 17 00:00:00 2001 From: "Abiba (pi)" Date: Sun, 28 Jun 2026 00:43:43 +0000 Subject: [PATCH] ci: debug checkout step --- .gitea/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9c3ced1..e9379ce 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,7 +18,11 @@ jobs: steps: - name: Checkout code run: | - git clone --depth 1 --branch $GITHUB_HEAD_REF http://abiba-bot:mipjoq-tybbox-2ciHru@192.168.68.17:3000/SyslogSolution/zulip-platform-plugins.git . 2>&1 || git clone --depth 1 http://abiba-bot:mipjoq-tybbox-2ciHru@192.168.68.17:3000/SyslogSolution/zulip-platform-plugins.git . 2>&1 + echo "PWD: $(pwd)" + echo "LS: $(ls -la)" + git clone --depth 1 http://abiba-bot:mipjoq-tybbox-2ciHru@192.168.68.17:3000/SyslogSolution/zulip-platform-plugins.git /tmp/repo 2>&1 + cp -a /tmp/repo/. . 2>&1 + rm -rf /tmp/repo - name: Validate config schemas run: |