ci: add set -ex for debug

This commit is contained in:
test
2026-07-21 00:23:27 +08:00
parent d5e77ae24e
commit 7648507c8c

View File

@@ -17,11 +17,13 @@ jobs:
- name: Generate demo content + Dockerfile
run: |
set -ex
WORK=/root/.cache/demo-frontend
rm -rf "$WORK"
mkdir -p "$WORK"
cd "$WORK"
git clone http://huchan:CJJhc%401314...@gitea.local/huchan/demo-frontend.git .
git clone http://huchan:CJJhc%401314...@gitea.local/huchan/demo-frontend.git . 2>&1
ls -la
SHORT_SHA=${GITHUB_SHA::8}
cat > package.json <<EOF