From 914dd81c8119ba94d30c229acba40c1e152eac5f Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 27 Feb 2024 18:23:07 +0100 Subject: [PATCH] testing with the gitea mirror --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fff9d49..0bd2842 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,8 +17,9 @@ steps: - name: openwrt image: bitnami/git commands: - - git clone -b openwrt-23.05 --single-branch https://github.com/openwrt/openwrt.git + - git clone -b openwrt-23.05 --single-branch http://gitea.service.nr5/chaos/openwrt.git - name: setup image: cr.wks/debian-stable-openwrt:latest commands: - ls -la + - cp -v config-DIR825-rndis openwrt/.config