2
0
Files
openwrt-configs/.drone.yml
Udo Waechter 914dd81c81
Some checks failed
continuous-integration/drone/push Build is failing
testing with the gitea mirror
2024-02-27 18:23:07 +01:00

26 lines
431 B
YAML

kind: pipeline
name: openwrt
type: docker
platform:
os: linux
arch: arm64
trigger:
branch:
- main
event:
include:
- push
steps:
- name: openwrt
image: bitnami/git
commands:
- 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