have entrypoint kickoff download off texlive images

install script exits without error if auth fails.
This commit is contained in:
Henry Oswald
2018-03-08 15:38:17 +00:00
parent 0c1b699bd5
commit a741a238a8
3 changed files with 15 additions and 1 deletions

View File

@@ -28,11 +28,11 @@ test_acceptance: test_clean # clear the database before each acceptance test run
test_clean:
$(DOCKER_COMPOSE) down -t 0
build:
docker build --pull --tag quay.io/sharelatex/$(PROJECT_NAME):$(BRANCH_NAME)-$(BUILD_NUMBER) .
publish:
docker push quay.io/sharelatex/$(PROJECT_NAME):$(BRANCH_NAME)-$(BUILD_NUMBER)
.PHONY: clean test test_unit test_acceptance test_clean build publish