chore: woodpecker test
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
@@ -1,14 +1,10 @@
|
|||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
adjust_dns:
|
|
||||||
image: alpine
|
|
||||||
commands:
|
|
||||||
- echo "172.17.0.1 git.fosil.eu" >> /etc/hosts
|
|
||||||
- echo "172.17.0.1 kudeatu.laba.eus" >> /etc/hosts
|
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- echo "172.17.0.1 git.fosil.eu" >> /etc/hosts
|
||||||
- git clone https://git.fosil.eu/labasarea/laba-webgunea.git .
|
- git clone https://git.fosil.eu/labasarea/laba-webgunea.git .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@@ -21,6 +17,7 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- astro-dist:/deploy
|
- astro-dist:/deploy
|
||||||
commands:
|
commands:
|
||||||
|
- echo "172.17.0.1 kudeatu.laba.eus" >> /etc/hosts
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- pnpm --filter front install --frozen-lockfile
|
- pnpm --filter front install --frozen-lockfile
|
||||||
- pnpm front:build
|
- pnpm front:build
|
||||||
|
|||||||
Reference in New Issue
Block a user