Переглянути джерело

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

Joshua Haberman 5 роки тому
батько
коміт
746c46ed9d
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      php/release.sh

+ 2 - 2
php/release.sh

@@ -10,8 +10,8 @@ set -ex
 
 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
 pushd protobuf-php