We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94582f0 commit 587843bCopy full SHA for 587843b
scripts/bower/publish.sh
@@ -27,7 +27,7 @@ function prepare {
27
for repo in "${REPOS[@]}"
28
do
29
echo "-- Cloning bower-$repo"
30
- git clone git@github.com:angular/bower-$repo.git $TMP_DIR/bower-$repo --depth=1
+ git clone https://github.com/angular/bower-$repo.git $TMP_DIR/bower-$repo --depth=1
31
done
32
33
scripts/code.angularjs.org/publish.sh
@@ -25,7 +25,7 @@ function init {
25
function prepare {
26
echo "-- Cloning code.angularjs.org"
- git clone git@github.com:angular/code.angularjs.org.git $REPO_DIR --depth=1
+ git clone https://github.com/angular/code.angularjs.org $REPO_DIR --depth=1
echo "-- Updating code.angularjs.org"
0 commit comments