From 5e334fdf51b5d8181f0f32551a67d518d45e422d Mon Sep 17 00:00:00 2001
From: schuur <schuur@astron.nl>
Date: Fri, 19 Nov 2021 14:09:21 +0100
Subject: [PATCH] -Removed script section to prevent trigger error.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 538003ff1e..cc22b4233e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,8 +51,8 @@ bridge:
   only:
     changes:
       - applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz
-  script:
-      - echo "Found updated programming file. Triggering OPC UA test in SDPTR repo."
+#  script:
+#      - echo "Found updated programming file. Triggering OPC UA test in SDPTR repo."
   trigger:
       project: LOFAR2.0/sdptr
       branch: L2SDP-534
-- 
GitLab