Small pipelines changes

This commit is contained in:
Daniel Egger 2022-08-26 16:52:31 +02:00
parent ebce0a3a34
commit b826a44af6
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ pipelines:
services:
- postgres
caches:
- vbvpip
- pip
script:
- source ./env/bitbucket/prepare_for_test.sh
- pip install -r server/requirements/requirements-dev.txt
@ -27,7 +27,7 @@ pipelines:
- cypress/**/*.mp4
caches:
- node
- vbvpip
- pip
- cypress
script:
- source ./env/bitbucket/prepare_for_test.sh

View File

@ -3,7 +3,7 @@
# push new version to Docker Hub
# > docker push iterativ/vbv-lernwelt-bitbucket
# run locally with directory mounted
# > docker run -v $(dirname "$(pwd)"):/src -it iterativ/vbv-lernwelt-bitbucket /bin/bash
# > docker run -v "$(pwd)":/src -it iterativ/vbv-lernwelt-bitbucket /bin/bash
FROM python:3.10-bullseye
MAINTAINER Daniel Egger <daniel.egger@iterativ.ch>