mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
gnuism again
This commit is contained in:
parent
1dd882b9a0
commit
5cae671fae
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -77,7 +77,7 @@ DOCKER_BASE_IMAGE := registry.gitlab.com/mbarkhau/pycalver/base
|
|||
GIT_HEAD_REV = $(shell git rev-parse --short HEAD)
|
||||
DOCKER_IMAGE_VERSION = $(shell date -u +'%Y%m%dt%H%M%S')_$(GIT_HEAD_REV)
|
||||
|
||||
MAX_LINE_LEN = $(shell grep 'max-line-length' setup.cfg | sed 's/[^0-9]\+//')
|
||||
MAX_LINE_LEN = $(shell grep 'max-line-length' setup.cfg | sed 's/[^0-9]{1,}//')
|
||||
|
||||
|
||||
build/envs.txt: requirements/conda.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue