ci: debug checkout step
CI / validate (pull_request) Failing after 4s
CI / deploy (pull_request) Has been skipped

This commit is contained in:
Abiba (pi)
2026-06-28 00:43:43 +00:00
parent 5300c0f998
commit 84b80179ec
+5 -1
View File
@@ -18,7 +18,11 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
run: | 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 - name: Validate config schemas
run: | run: |