aboutsummaryrefslogtreecommitdiff
path: root/android-hikey-optee-o-clearkey
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2018-05-28 20:14:08 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-05-28 14:44:56 +0000
commit53c81bff1ecdf5fadaee2e5dbb72712cdb8f67bc (patch)
treeb092b8fb5a2d475919f98fb16458b6b6ae2656b0 /android-hikey-optee-o-clearkey
parenta586891654dafa47b8b4aa6da61e8795a4f963f1 (diff)
android-hikey-optee-o-clearkey: fix git clone
Change-Id: Ic14bfa5fda34f24aff0b2bf1382d309d2dc48a67 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-hikey-optee-o-clearkey')
-rwxr-xr-xandroid-hikey-optee-o-clearkey/builders.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/android-hikey-optee-o-clearkey/builders.sh b/android-hikey-optee-o-clearkey/builders.sh
index 0b3c0d596d..8bfc575d0a 100755
--- a/android-hikey-optee-o-clearkey/builders.sh
+++ b/android-hikey-optee-o-clearkey/builders.sh
@@ -63,13 +63,13 @@ make TARGET_BUILD_KERNEL=true TARGET_BOOTIMAGE_USE_FAT=true \
TARGET_BUILD_UEFI=true TARGET_ENABLE_MEDIADRM_64=true
cd external
-git clone git@github.com:linaro-home/clearkeydrmplugin.git
+git clone https://github.com/linaro-home/clearkeydrmplugin
if [ "${ghprbGhRepository}" == "linaro-home/clearkeydrmplugin" ]; then
git fetch origin pull/${ghprbPullId}/head:prbranch
git checkout prbranch
fi
cd clearkeydrmplugin
-git clone git@github.com:linaro-home/optee-clearkey-cdmi.git
+git clone https://github.com/linaro-home/clearkeydrmplugin
if [ "${ghprbGhRepository}" == "linaro-home/optee-clearkey-cdmi" ]; then
git fetch origin pull/${ghprbPullId}/head:prbranch
git checkout prbranch