parent
0c3659055a
commit
fe2377b0b4
1 changed files with 1 additions and 3 deletions
|
@ -2,14 +2,12 @@ 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:
|
||||||
- pwd
|
|
||||||
- pushd
|
|
||||||
- cd /tmp
|
- cd /tmp
|
||||||
- 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 install
|
||||||
- pnpm run build
|
- pnpm run build
|
||||||
- popd
|
- cd /woodpecker/src/git.mzhang.io/michael/blog
|
||||||
- pnpm install
|
- pnpm install
|
||||||
- pnpm link /tmp/astro/packages/astro
|
- pnpm link /tmp/astro/packages/astro
|
||||||
- pnpm link /tmp/astro/packages/markdown/remark
|
- pnpm link /tmp/astro/packages/markdown/remark
|
||||||
|
|
Loading…
Reference in a new issue