From c7d452e92d309cb60f9f674a4df13fb0017bd5af Mon Sep 17 00:00:00 2001 From: Ubbo Veentjer <veentjer@sub.uni-goettingen.de> Date: Tue, 21 Feb 2023 18:04:02 +0100 Subject: [PATCH] ci(gitlab): container build template merged to main --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1e27ac1..d5110e0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,9 +24,7 @@ include: file: - '/templates/.java.gitlab-ci.yml' - '/templates/SBOM-Upload.gitlab-ci.yml' - - project: 'dariah-de/gitlab-templates' - ref: '4-add-template-for-textgrid-container-build-process' - file: '/templates/TextGrid-Container-Build.gitlab-ci.yml' + - '/templates/TextGrid-Container-Build.gitlab-ci.yml' # Stages... stages: -- GitLab