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:
|
build:
|
||||||
image: git.mzhang.io/michael/blog-builder:2.6.4-x86_64
|
image: git.mzhang.io/michael/blog-builder:2.6.4-x86_64
|
||||||
commands:
|
commands:
|
||||||
- cd /tmp
|
# - cd /tmp
|
||||||
- rm -rf astro
|
# - rm -rf astro
|
||||||
- git clone https://git.mzhang.io/michael/astro --depth 1
|
# - git clone https://git.mzhang.io/michael/astro --depth 1
|
||||||
- cd astro
|
# - cd astro
|
||||||
|
# - pnpm install
|
||||||
|
# - pnpm run build
|
||||||
|
# - cd /woodpecker/src/git.mzhang.io/michael/blog
|
||||||
- pnpm install
|
- pnpm install
|
||||||
- pnpm run build
|
# - pnpm link /tmp/astro/packages/astro
|
||||||
- cd /woodpecker/src/git.mzhang.io/michael/blog
|
# - pnpm link /tmp/astro/packages/markdown/remark
|
||||||
- pnpm install
|
|
||||||
- pnpm link /tmp/astro/packages/astro
|
|
||||||
- pnpm link /tmp/astro/packages/markdown/remark
|
|
||||||
- pnpm run build
|
- pnpm run build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue