From 236b0a9fb669bca4c640a39de6ce8caf6b952a40 Mon Sep 17 00:00:00 2001 From: stefan Date: Sun, 6 Dec 2020 21:31:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7802e0d..41ebc40 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,8 @@ global-variables: <<: *env commands: - cd gluon/openwrt/package - - grep -rl iw | xargs sed -i s/iw/iw-full/g + - grep -rl iw * | xargs sed -i s/iw/iw-full/g + - grep -r iw-full * kind: pipeline type: docker @@ -51,9 +52,6 @@ steps: &steps - cd site - git checkout multidomain - - name: patch iw to iw-full - <<: *patch - - name: make update <<: *env commands: @@ -62,6 +60,9 @@ steps: &steps environment: GLUON_TARGET: ar71xx-generic + - name: patch iw to iw-full + <<: *patch + - name: build-ath79-generic <<: *gluon environment: