ci: debug checkout step
This commit is contained in:
@@ -18,7 +18,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
run: |
|
||||
git clone --depth 1 --branch $GITHUB_HEAD_REF http://abiba-bot:***REDACTED***@192.168.68.17:3000/SyslogSolution/zulip-platform-plugins.git . 2>&1 || git clone --depth 1 http://abiba-bot:***REDACTED***@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:***REDACTED***@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: |
|
||||
|
||||
Reference in New Issue
Block a user