From 63b9a7256547a9d3ef3eb6eb8c24bed7eb4f6d59 Mon Sep 17 00:00:00 2001
From: Alex <36111671+Tjaarda1@users.noreply.github.com>
Date: Thu, 31 Oct 2024 17:02:39 +0100
Subject: [PATCH] Update sync_to_nemo.yaml

---
 .github/workflows/sync_to_nemo.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/sync_to_nemo.yaml b/.github/workflows/sync_to_nemo.yaml
index 765da5b..6f659bc 100644
--- a/.github/workflows/sync_to_nemo.yaml
+++ b/.github/workflows/sync_to_nemo.yaml
@@ -23,11 +23,6 @@ jobs:
         run: |
           git remote add gitlab https://oauth2:${{ secrets.GITLAB_TOKEN }}@gitlab.eclipse.org/eclipse-research-labs/nemo-project/nemo-infrastructure-management/federated-meta-network-cluster-controller/multi-domain-l2s-m.git
 
-      - name: Fetch and merge changes from GitLab
-        run: |
-          git fetch gitlab nemo:development
-          git merge gitlab/nemo:development
-
       - name: Push to GitLab
         run: |
           git push gitlab nemo:development
-- 
GitLab