Small pipelines changes
This commit is contained in:
parent
ebce0a3a34
commit
b826a44af6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue