Fix R builds tests not returning error codes correctly
This commit is contained in:
parent
76da757506
commit
6705d0334c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -44,10 +44,10 @@ docker-build-$(platform):
|
|||
@cd builder && docker-compose build $(platform)
|
||||
|
||||
build-r-$(platform):
|
||||
@cd builder && R_VERSION=$(R_VERSION) docker-compose up $(platform)
|
||||
@cd builder && R_VERSION=$(R_VERSION) docker-compose run --rm $(platform)
|
||||
|
||||
test-r-$(platform):
|
||||
@cd test && R_VERSION=$(R_VERSION) docker-compose up $(platform)
|
||||
@cd test && R_VERSION=$(R_VERSION) docker-compose run --rm $(platform)
|
||||
|
||||
bash-$(platform):
|
||||
docker run -it --rm --entrypoint /bin/bash -v $(CURDIR):/r-builds r-builds:$(platform)
|
||||
|
|
|
|||
Loading…
Reference in a new issue