comment out all the other build stuff
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Michael Zhang 2023-10-12 18:34:57 -05:00
parent 0e0249d113
commit f50ec75e01
1 changed files with 9 additions and 9 deletions

View File

@ -2,16 +2,16 @@ pipeline:
build:
image: git.mzhang.io/michael/blog-builder:2.6.4-x86_64
commands:
- cd /tmp
- rm -rf astro
- git clone https://git.mzhang.io/michael/astro --depth 1
- cd astro
# - cd /tmp
# - rm -rf astro
# - git clone https://git.mzhang.io/michael/astro --depth 1
# - cd astro
# - pnpm install
# - pnpm run build
# - cd /woodpecker/src/git.mzhang.io/michael/blog
- pnpm install
- pnpm run build
- cd /woodpecker/src/git.mzhang.io/michael/blog
- pnpm install
- pnpm link /tmp/astro/packages/astro
- pnpm link /tmp/astro/packages/markdown/remark
# - pnpm link /tmp/astro/packages/astro
# - pnpm link /tmp/astro/packages/markdown/remark
- pnpm run build
deploy: