Эх сурвалжийг харах

Switch to using git@ for clone, to avoid having to enter password. (#7556)

Joshua Haberman 5 жил өмнө
parent
commit
746c46ed9d
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      php/release.sh

+ 2 - 2
php/release.sh

@@ -10,8 +10,8 @@ set -ex
 
 
 VERSION=$1
 VERSION=$1
 
 
-git clone https://github.com/protocolbuffers/protobuf-php.git
-git clone https://github.com/protocolbuffers/protobuf.git
+git clone git@github.com:protocolbuffers/protobuf-php.git
+git clone git@github.com:protocolbuffers/protobuf.git
 
 
 # Clean old files
 # Clean old files
 pushd protobuf-php
 pushd protobuf-php