Lines Matching refs:URL
147 URL=https://github.com/googlesamples/android-$i
148 result=$(curl -o /dev/null --silent --head --write-out '%{http_code}' "$URL")
149 #echo "$result $URL"
180 URL=https://github.com/googlesamples/android-$i
181 git clone $URL.git &> /dev/null
292 git remote set-url origin "https://$token@github.com/googlesamples/android-$i.git"
295 #overwrite remote url to not contain auth token
296 git remote set-url origin "http://github.com/googlesamples/android-$i.git"
333 URL="https://$token@github.com/$repoName"
342 git remote add origin $URL