From 84f2c0ebc2d6ef4f2f14b2096fedf131058e28a5 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 18 Sep 2020 16:10:39 +0545 Subject: [PATCH] Bump core commit 20200918 (#1182) --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 549025b89f..45286522f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -446,7 +446,7 @@ steps: - git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing - git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner - cd /drone/src/tmp/testrunner - - git checkout cb90a3b8bfcddb81f8cf6d84750feaa779105b94 + - git checkout 2c5bb68fc689d7e9dd912125680c0fad99528fa9 - name: localAPIAcceptanceTestsOcStorage image: owncloudci/php:7.2 @@ -520,7 +520,7 @@ steps: - git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing - git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner - cd /drone/src/tmp/testrunner - - git checkout cb90a3b8bfcddb81f8cf6d84750feaa779105b94 + - git checkout 2c5bb68fc689d7e9dd912125680c0fad99528fa9 - name: oC10APIAcceptanceTests image: owncloudci/php:7.2