Troubleshoot CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2025-12-09 17:16:05 -07:00
commit 9f25909da0
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -1,20 +1,11 @@
steps:
- name: build
image: thesandwich-build
environment:
PNPM_HOME: /var/woodpecker/pnpm
PARCEL_WORKERS: 0
OPENWEATHERMAP_API_KEY:
from_secret: openweathermap_api_key
commands:
- corepack enable
- pnpm install
- pnpm run build --no-cache
- rm -rf /var/woodpecker/thesandwich/*
- mkdir -p /var/woodpecker/thesandwich/
- mv dist/* /var/woodpecker/thesandwich/
volumes:
- /var/woodpecker:/var/woodpecker
- /usr/share/fonts:/usr/share/fonts
- /usr/lib/helix/runtime/:/usr/lib/helix/runtime/
skip_clone: true
steps:
build:
image: debian:stable-backports
commands:
- apt update
- apt install -y inetutils-ping wget
- ping -c 4 git.nations.lol
- wget git.nations.lol
- sleep 9999999