Browse Source

scripts: use https for git clone.

yoyinzyc 6 years ago
parent
commit
3827d6bd2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/release

+ 1 - 1
scripts/release

@@ -51,7 +51,7 @@ main() {
   if [ ! -d "${reldir}/etcd" ]; then
     mkdir -p "${reldir}"
     cd "${reldir}"
-    git clone git@github.com:etcd-io/etcd.git --branch "${BRANCH}"
+    git clone https://github.com/etcd-io/etcd.git --branch "${BRANCH}"
   fi
   cd "${reldir}/etcd"