Ver Fonte

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

Joshua Haberman há 5 anos atrás
pai
commit
746c46ed9d
1 ficheiros alterados com 2 adições e 2 exclusões
  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