mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 07:52:06 +00:00
don't run acceptence tests yet
This commit is contained in:
parent
fcb2d18f8b
commit
088d8850ba
2 changed files with 2 additions and 6 deletions
6
services/filestore/Jenkinsfile
vendored
6
services/filestore/Jenkinsfile
vendored
|
@ -21,11 +21,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('Acceptance Tests') {
|
||||
steps {
|
||||
sh 'DOCKER_COMPOSE_FLAGS="-f docker-compose.ci.yml" make test_acceptance'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
stage('Package and publish build') {
|
||||
steps {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
BUILD_NUMBER ?= local
|
||||
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
||||
PROJECT_NAME = filestore
|
||||
DOCKER_COMPOSE_FLAGS ?= -f docker-compose.ci.yml
|
||||
DOCKER_COMPOSE_FLAGS ?= -f docker-compose.yml
|
||||
DOCKER_COMPOSE := BUILD_NUMBER=$(BUILD_NUMBER) \
|
||||
BRANCH_NAME=$(BRANCH_NAME) \
|
||||
PROJECT_NAME=$(PROJECT_NAME) \
|
||||
|
|
Loading…
Add table
Reference in a new issue