From 0fbe3b8e9bfc00eee1c3cd151d7920afcfd3e71d Mon Sep 17 00:00:00 2001 From: Antonis Stamatiou Date: Wed, 20 Dec 2023 16:02:38 +0200 Subject: [PATCH] feat: Remove gitlab-ci yml file (#25782) --- .gitlab-ci.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index b33b386d74..0000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,22 +0,0 @@ -stages: - - test - - build - - publish - - create-vars - - trigger-build-ee - -include: - - project: mattermost/ci/mattermost-server - ref: master - file: private.yml - -variables: - BUILD: "yes" - IMAGE_BUILD_SERVER: $CI_REGISTRY/mattermost/ci/images/mattermost-build-server:20230904_golang-1.20.7 - IMAGE_BUILD_DOCKER: $CI_REGISTRY/mattermost/ci/devops-images/mattermost-build-docker:23.0.1-0 - IMAGE_DIND: $CI_REGISTRY/mattermost/ci/devops-images/docker-dind:23.0.1-0 - -empty: - stage: create-vars - script: - - echo "empty"