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

View File

@ -3,7 +3,7 @@
# push new version to Docker Hub # push new version to Docker Hub
# > docker push iterativ/vbv-lernwelt-bitbucket # > docker push iterativ/vbv-lernwelt-bitbucket
# run locally with directory mounted # 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 FROM python:3.10-bullseye
MAINTAINER Daniel Egger <daniel.egger@iterativ.ch> MAINTAINER Daniel Egger <daniel.egger@iterativ.ch>