|
@@ -1,7 +1,7 @@
|
|
|
# This file was auto-generated, do not edit it directly.
|
|
# This file was auto-generated, do not edit it directly.
|
|
|
# Instead run bin/update_build_scripts from
|
|
# Instead run bin/update_build_scripts from
|
|
|
# https://github.com/sharelatex/sharelatex-dev-environment
|
|
# https://github.com/sharelatex/sharelatex-dev-environment
|
|
|
-# Version: 1.0.0
|
|
|
|
|
|
|
+# Version: 1.0.1
|
|
|
|
|
|
|
|
BUILD_NUMBER ?= local
|
|
BUILD_NUMBER ?= local
|
|
|
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
|
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
|
@@ -24,6 +24,6 @@ test_acceptance: test_clean # clear the database before each acceptance test run
|
|
|
@[ -d test/acceptance ] && $(DOCKER_COMPOSE) run --rm test_acceptance -- ${MOCHA_ARGS} || echo "document-updater has no acceptance tests"
|
|
@[ -d test/acceptance ] && $(DOCKER_COMPOSE) run --rm test_acceptance -- ${MOCHA_ARGS} || echo "document-updater has no acceptance tests"
|
|
|
|
|
|
|
|
test_clean:
|
|
test_clean:
|
|
|
- $(DOCKER_COMPOSE) down
|
|
|
|
|
|
|
+ $(DOCKER_COMPOSE) down -t 0
|
|
|
|
|
|
|
|
.PHONY: clean test test_unit test_acceptance test_clean build publish
|
|
.PHONY: clean test test_unit test_acceptance test_clean build publish
|