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"