chore: update pipeline image
This commit is contained in:
parent
4cbe50253a
commit
d7fc6718a9
5 changed files with 297 additions and 22 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue