comment out all the other build stuff
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
0e0249d113
commit
f50ec75e01
1 changed files with 9 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue