ci: add set -ex for debug
This commit is contained in:
@@ -17,11 +17,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate demo content + Dockerfile
|
- name: Generate demo content + Dockerfile
|
||||||
run: |
|
run: |
|
||||||
|
set -ex
|
||||||
WORK=/root/.cache/demo-frontend
|
WORK=/root/.cache/demo-frontend
|
||||||
rm -rf "$WORK"
|
rm -rf "$WORK"
|
||||||
mkdir -p "$WORK"
|
mkdir -p "$WORK"
|
||||||
cd "$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}
|
SHORT_SHA=${GITHUB_SHA::8}
|
||||||
cat > package.json <<EOF
|
cat > package.json <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user