1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 09:34:03 +08:00

debugging travisCI

License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
Jeromy
2016-04-19 08:35:46 -07:00
parent 284bb1866f
commit cd11a487cc

View File

@ -102,6 +102,7 @@ if [ -z "$distname" ] || [ -z "$outpath" ] || [ -z "$version" ]; then
fi fi
if [ ${version:0:1} != "v" ]; then if [ ${version:0:1} != "v" ]; then
echo "invalid version '$version'" >&2
die "versions must begin with 'v', for example: v0.4.0" die "versions must begin with 'v', for example: v0.4.0"
fi fi