From acb5b03d8c8ae9308e2294be83fee7038a5c4822 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 15 Jul 2022 14:18:38 +0200
Subject: [PATCH] PIPELINE

---
 .gitlab-ci.yml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e7d9f1e..79f7cbfe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,26 +65,6 @@ test-server-side-scripting:
     - whereis pytest pytest3 py.test pytest-3 py.test-3
     - make test-sss
 
-# Trigger building of server image and integration tests
-trigger_inttest:
-  stage: deploy
-  inherit:
-    variables:
-      # List the variables that shall be inherited, which also means they will override any equally
-      # named varibles in child pipelines.
-      - DEPLOY_REF
-  variables:
-    # Renaming variables.
-    F_BRANCH: $CI_COMMIT_REF_NAME
-    WEBUI: $CI_COMMIT_REF_NAME
-    TRIGGERED_BY_REPO: WEBUI
-    TRIGGERED_BY_HASH: $CI_COMMIT_SHORT_SHA
-    TRIGGERED_BY_REF: $CI_COMMIT_REF_NAME
-  trigger:
-    project: caosdb/src/caosdb-deploy
-    branch: $DEPLOY_REF
-    strategy: depend
-
 # Build a docker image in which tests for this repository can run
 build-testenv:
   tags: [ cached-dind ]
-- 
GitLab