Skip to content
Snippets Groups Projects
Commit 48112d00 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

v0.2.9

parent ce24976d
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ && $3 =~ ^[0-9]+$ ]]; then
echo "**********************************"
if [[ $4 =~ ^[a-zA-Z0-9_]+:[a-zA-Z0-9_]+$ && "_$5" != "_" ]]; then
./github.sh $1 $4 $5
./github.sh $1 $4 "'"$5"'"
else
echo " WARN - missing arguments: "
echo " user:password 'release_description'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment