From 58d57a06eb7a308d14369d1e3958cfc33fdb1ef7 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 26 Jul 2024 08:00:00 +0800 Subject: CI: Use new example configs --- .woodpecker/.alpine.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.woodpecker/.alpine.yaml') diff --git a/.woodpecker/.alpine.yaml b/.woodpecker/.alpine.yaml index 675b499..b4cfa19 100644 --- a/.woodpecker/.alpine.yaml +++ b/.woodpecker/.alpine.yaml @@ -8,6 +8,6 @@ steps: image: alpine commands: - apk add --no-cache build-base gcc curl openssl-dev gnutls-dev lmdb-dev linux-headers - - curl -o config.c 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/config.c' - - curl -o .makeopts 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/.makeopts' + - curl -o config.c 'https://git.andrewyu.org/hax/haxircd-docs.git/plain/ci/config.c' + - curl -o .makeopts 'https://git.andrewyu.org/hax/haxircd-docs.git/plain/ci/.makeopts' - make -- cgit v1.2.3