From e5a5c3f8fcd533d944bdff4cdc5b8af8ea857ded Mon Sep 17 00:00:00 2001
From: Luca Romoli <luca.romoli@seco.com>
Date: Thu, 23 Mar 2023 13:37:18 +0100
Subject: [PATCH] manifest-integration: - replace some variable in order to
 make them general and usable for custom projects

---
 manifest-integration.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifest-integration.yml b/manifest-integration.yml
index 31df50b..a0979fe 100644
--- a/manifest-integration.yml
+++ b/manifest-integration.yml
@@ -131,7 +131,7 @@ build:
   #script:
   #  - echo "Building"
   trigger:
-    project: edgehog/seco-manifest
+    project: ${MANIFEST_GROUP}/${MANIFEST_PROJECT}
     branch: "integrate/${CI_PROJECT_NAME}/${CI_COMMIT_REF_NAME}/into/${MASTER_BRANCH_MANIFEST}"
     strategy: depend
 # 
-- 
GitLab