We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625ceae commit f4264ffCopy full SHA for f4264ff
extract_library_from_issue.sh
@@ -10,7 +10,7 @@ if [ -z $ISSUE ]; then
10
fi
11
12
TOKEN=`cat token`
13
-REPO_URL=`curl -H "Authorization: token $TOKEN" -s -f https://api.github.com/repos/$REPO/issues/$ISSUE | jq -r .body | tr "\\r\\n" " " | egrep -o 'https?://[^ )]+' | head -n1 | sed -r 's/[/]releases[/].*//' | sed -r 's/.+\\]\\(//' | sed -r 's/[,.]$//' | sed -r 's/.git$//'`.git
+REPO_URL=`curl -H "Authorization: token $TOKEN" -s -f https://api.github.com/repos/$REPO/issues/$ISSUE | jq -r .body | tr "\\r\\n" " " | egrep -o 'https?://[^ )]+' | head -n1 | sed -r 's/[/]releases[/].*//' | sed -r 's/.+\\]\\(//' | sed -r 's/[,./]$//' | sed -r 's/.git$//'`.git
14
15
echo Detected repo url is: $REPO_URL
16
echo Press enter to continue
0 commit comments