mirror of
https://github.com/lipis/flag-icons.git
synced 2024-11-21 10:28:56 +01:00
Show the maven URL in cli
This commit is contained in:
parent
61e6efedb7
commit
54d38789f7
2
maven.sh
2
maven.sh
@ -2,3 +2,5 @@ version=$(git describe --tags --abbrev=0)
|
|||||||
url="https://www.webjars.org/deploy?webJarType=npm&nameOrUrlish=flag-icons&version=${version#v}"
|
url="https://www.webjars.org/deploy?webJarType=npm&nameOrUrlish=flag-icons&version=${version#v}"
|
||||||
echo "curl '${url}'"
|
echo "curl '${url}'"
|
||||||
curl "$url"
|
curl "$url"
|
||||||
|
echo
|
||||||
|
echo "https://central.sonatype.com/artifact/org.webjars.npm/flag-icons/versions"
|
||||||
|
Loading…
Reference in New Issue
Block a user