Skip to content

Commit

Permalink
Switch to using git@ for clone, to avoid having to enter password. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman authored May 26, 2020
1 parent ef22086 commit 746c46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 746c46e

Please sign in to comment.