瀏覽代碼

scripts: use https for git clone.

yoyinzyc 6 年之前
父節點
當前提交
3827d6bd2d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"