refactor
This commit is contained in:
Vendored
+4
@@ -87,6 +87,10 @@ pipeline {
|
||||
git reset --hard "origin/${GIT_BRANCH}"
|
||||
git clean -fd -e .env -e data -e 'data/**'
|
||||
|
||||
docker compose build backend
|
||||
docker compose run --rm --no-deps backend \
|
||||
sh -c 'pip install -q -r requirements-dev.txt && pytest tests/ -q --tb=short'
|
||||
|
||||
if [ "${DOCKER_PULL}" = "true" ]; then
|
||||
docker compose build --pull
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user