mirror of https://github.com/docker/docs.git
Remove duplication
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
54293d727b
commit
72d2fb6b27
|
@ -5,7 +5,7 @@ release-checksum:
|
||||||
)
|
)
|
||||||
@:
|
@:
|
||||||
|
|
||||||
release: clean dco fmt test test-long build-x release-checksum
|
release: clean validate build-x release-checksum
|
||||||
# Github infos
|
# Github infos
|
||||||
GH_USER ?= $(shell git config --get remote.origin.url | sed -e 's/.*[:/]\(.*\)\/\([^.]*\)\(.*\)/\1/')
|
GH_USER ?= $(shell git config --get remote.origin.url | sed -e 's/.*[:/]\(.*\)\/\([^.]*\)\(.*\)/\1/')
|
||||||
GH_REPO ?= $(shell git config --get remote.origin.url | sed -e 's/.*[:/]\(.*\)\/\([^.]*\)\(.*\)/\2/')
|
GH_REPO ?= $(shell git config --get remote.origin.url | sed -e 's/.*[:/]\(.*\)\/\([^.]*\)\(.*\)/\2/')
|
||||||
|
|
Loading…
Reference in New Issue