2
0
Files
openwrt-configs/.drone.yml
Udo Waechter 940405ee69
Some checks reported errors
continuous-integration/drone/push Build was killed
github agian
2024-02-28 14:43:25 +01:00

26 lines
427 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 https://github.com/openwrt/openwrt.git
- name: setup
image: cr.wks/debian-stable-openwrt:latest
commands:
- ls -la
- cp -v config-DIR825-rndis openwrt/.config