mirror of
https://github.com/outbackdingo/debos.git
synced 2026-01-27 10:18:47 +00:00
docker: recipes-test: move tests to project root directory
The tests are first-class citizens; they should be present in the directory as such. Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
This commit is contained in:
committed by
Sjoerd Simons
parent
8b60bab5d2
commit
21fdbc283a
@@ -1,14 +1,14 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
sut:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
target: runner
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./tests
|
||||
target: /recipes
|
||||
working_dir: /recipes
|
||||
entrypoint: ./tests.sh
|
||||
sut:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
target: runner
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ../tests
|
||||
target: /recipes
|
||||
working_dir: /recipes
|
||||
entrypoint: ./tests.sh
|
||||
|
||||
Reference in New Issue
Block a user