Actually use that image as it is required
This commit is contained in:
parent
207278af75
commit
e216fe290b
@ -14,7 +14,7 @@ steps:
|
|||||||
- flake8 --max-line-length 100 bin/app-json.py
|
- flake8 --max-line-length 100 bin/app-json.py
|
||||||
|
|
||||||
- name: run unit tests
|
- name: run unit tests
|
||||||
image: bats/bats
|
image: decentral1se/docker-dind-bats-kcov
|
||||||
commands:
|
commands:
|
||||||
- bats tests
|
- bats tests
|
||||||
|
|
||||||
|
2
makefile
2
makefile
@ -7,7 +7,7 @@ test:
|
|||||||
-d \
|
-d \
|
||||||
--name=abra-test-dind \
|
--name=abra-test-dind \
|
||||||
-e DOCKER_TLS_CERTDIR="" \
|
-e DOCKER_TLS_CERTDIR="" \
|
||||||
bats/bats \
|
decentral1se/docker-dind-bats-kcov \
|
||||||
@DOCKER_CONTEXT=default sudo docker exec \
|
@DOCKER_CONTEXT=default sudo docker exec \
|
||||||
-it \
|
-it \
|
||||||
abra-test-dind \
|
abra-test-dind \
|
||||||
|
Reference in New Issue
Block a user