don't run acceptence tests yet

This commit is contained in:
Henry Oswald 2018-05-18 16:48:59 +01:00
parent fcb2d18f8b
commit 088d8850ba
2 changed files with 2 additions and 6 deletions

View file

@ -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 {

View file

@ -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) \