1Cloning with 0 retries
0s
2Initialized empty Git repository in /drone/src/.git/
0s
3+ git fetch origin +refs/heads/5.3-dev:
0s
4From https://github.com/joomla/joomla-cms
37s
5 * branch 5.3-dev -> FETCH_HEAD
37s
6 * [new branch] 5.3-dev -> origin/5.3-dev
37s
7+ git checkout 5.3-dev
37s
8Branch '5.3-dev' set up to track remote branch '5.3-dev' from 'origin'.
38s
9Switched to a new branch '5.3-dev'
38s
10+ git fetch origin refs/pull/44976/head:
38s
11From https://github.com/joomla/joomla-cms
38s
12 * branch refs/pull/44976/head -> FETCH_HEAD
38s
13+ git merge 76442420298bf9a3057cd4551d82a55303d7845f
38s
14Updating 4c6bb85c33..7644242029
38s
15Fast-forward
38s
16 tests/System/data/com_media/test-image-1.jpg | Bin 3480 -> 0 bytes
38s
17 tests/System/data/com_media/test-image-1.png | Bin 255 -> 0 bytes
38s
18 tests/System/data/com_media/test-image-2.png | Bin 255 -> 0 bytes
38s
19 tests/System/fixtures/com_media/test-image-1.jpg | Bin 0 -> 4782 bytes
38s
20 tests/System/fixtures/com_media/test-image-2.jpg | Bin 0 -> 5321 bytes
38s
21 tests/System/fixtures/com_media/test-image-3.jpg | Bin 0 -> 4896 bytes
38s
22 tests/System/integration/api/com_media/Files.cy.js | 84 +++++++++++----------
38s
23 7 files changed, 46 insertions(+), 38 deletions(-)
38s
24 delete mode 100644 tests/System/data/com_media/test-image-1.jpg
38s
25 delete mode 100644 tests/System/data/com_media/test-image-1.png
38s
26 delete mode 100644 tests/System/data/com_media/test-image-2.png
38s
27 create mode 100644 tests/System/fixtures/com_media/test-image-1.jpg
38s
28 create mode 100644 tests/System/fixtures/com_media/test-image-2.jpg
38s
29 create mode 100644 tests/System/fixtures/com_media/test-image-3.jpg
38s