From 7bc1328b6dba736fb16b0216a1bda7e522434e0c Mon Sep 17 00:00:00 2001
From: Jonathan Swaelens <jonathan.swaelens@fusiondirectory.org>
Date: Mon, 10 Oct 2022 14:12:31 +0000
Subject: [PATCH] :ambulance: feat(ci): Remove trigger stage

Remove trigger stage
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3566de8cd..8bc92c8b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,6 @@ image: debian:stretch
 
 stages:
   - tarballs
-  - trigger
 
 build-release:
   stage: tarballs
-- 
GitLab