From eb68f21eccdc51ff7e0bec657e0d33c4d0120de3 Mon Sep 17 00:00:00 2001
From: Adrian Reyer <are@lihas.de>
Date: Sat, 17 Aug 2019 11:03:58 +0200
Subject: [PATCH] targets ar71xx only

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5139f6..ae2f4f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,10 +34,10 @@ stages:
  
 target:ar71xx-generic:
   extends: .target
-  only: 
-    - tags
-    - schedules
-    - web
+#  only: 
+#    - tags
+#    - schedules
+#    - web
   variables:
     GLUON_TARGET: ar71xx-generic
  
-- 
GitLab