mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
feat: Remove gitlab-ci yml file (#25782)
This commit is contained in:
committed by
GitHub
parent
2c6b5856a1
commit
0fbe3b8e9b
@@ -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"
|
||||
Reference in New Issue
Block a user