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

pull/7557/head
Joshua Haberman 5 years ago committed by GitHub
parent ef22086980
commit 746c46ed9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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

Loading…
Cancel
Save