ci: add set -ex for debug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user