chore: update pipeline image

This commit is contained in:
Tiara Rodney 2025-05-25 03:00:59 +02:00
parent 4cbe50253a
commit d7fc6718a9
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
5 changed files with 297 additions and 22 deletions

View file

@ -2,11 +2,14 @@
all: chore
chore: requirements.txt requirements-dev.txt
chore: requirements.txt requirements-dev.txt bitbucket-pipelines.yaml
Pipfile.lock: Pipfile
python3 -m pipenv lock -v
bitbucket-pipelines.yml: bitbucket-pipelines.yml.m4
m4 $@.m4 > $@
requirements-dev.txt: Pipfile.lock
python3 -m pipenv requirements --exclude-markers --dev-only > requirements-dev.txt