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
|
||||
|
||||
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:
|
||||
image: alpine/git
|
||||
commands:
|
||||
- echo "172.17.0.1 git.fosil.eu" >> /etc/hosts
|
||||
- git clone https://git.fosil.eu/labasarea/laba-webgunea.git .
|
||||
|
||||
build:
|
||||
@@ -21,6 +17,7 @@ steps:
|
||||
volumes:
|
||||
- astro-dist:/deploy
|
||||
commands:
|
||||
- echo "172.17.0.1 kudeatu.laba.eus" >> /etc/hosts
|
||||
- corepack enable
|
||||
- pnpm --filter front install --frozen-lockfile
|
||||
- pnpm front:build
|
||||
|
||||
Reference in New Issue
Block a user