From ec44544337d3afaffe2b91b2a785d5f71c4e16b5 Mon Sep 17 00:00:00 2001 From: Petar Hristov <hristov@itc.rwth-aachen.de> Date: Tue, 23 Apr 2024 15:12:04 +0200 Subject: [PATCH] BREAKING: Migrated the GraphDeployer to use the new API --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 144210a..f42ae1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,6 @@ stages: - build - publish - variables: DOTNET_MAIN_PROJECT_FOLDER: "GraphDeployer" -- GitLab