From 968559d288a4766c79e90c0928ae206916644537 Mon Sep 17 00:00:00 2001 From: nrbffs <git-ffs@nicoboehr.de> Date: Mon, 16 Sep 2019 10:58:49 +0200 Subject: [PATCH] do not trigger build on tag creation --- .gitlab-ci.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f368c39d..6d62eeb3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,6 @@ stages: target:ar71xx-generic: extends: .target only: - - tags - schedules - web variables: @@ -37,7 +36,6 @@ target:ar71xx-generic: target:ar71xx-nand: extends: .target only: - - tags - schedules - web variables: @@ -46,7 +44,6 @@ target:ar71xx-nand: target:ar71xx-tiny: extends: .target only: - - tags - schedules - web variables: @@ -55,7 +52,6 @@ target:ar71xx-tiny: target:brcm2708-bcm2708: extends: .target only: - - tags - schedules - web variables: @@ -64,7 +60,6 @@ target:brcm2708-bcm2708: target:brcm2708-bcm2709: extends: .target only: - - tags - schedules - web variables: @@ -73,7 +68,6 @@ target:brcm2708-bcm2709: target:mpc85xx-generic: extends: .target only: - - tags - schedules - web variables: @@ -82,7 +76,6 @@ target:mpc85xx-generic: target:ipq40xx: extends: .target only: - - tags - schedules - web variables: @@ -91,7 +84,6 @@ target:ipq40xx: target:ramips-mt7621: extends: .target only: - - tags - schedules - web variables: @@ -100,7 +92,6 @@ target:ramips-mt7621: target:ramips-mt76x8: extends: .target only: - - tags - schedules - web variables: @@ -109,7 +100,6 @@ target:ramips-mt76x8: target:x86-generic: extends: .target only: - - tags - schedules - web variables: @@ -118,7 +108,6 @@ target:x86-generic: target:x86-geode: extends: .target only: - - tags - schedules - web variables: @@ -126,6 +115,8 @@ target:x86-geode: target:x86-64: extends: .target + except: + - tags variables: GLUON_TARGET: x86-64 -- GitLab