From 6588b7e55d15329c4ac2ce236c8d22d00aafd311 Mon Sep 17 00:00:00 2001 From: Harald Leithner Date: Mon, 19 Jul 2021 14:38:21 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 76bf607..3a5fd14 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,6 @@ steps: image: joomlaprojects/docker-images:systemtests commands: - pwd - - find - composer install - chmod a+x .drone/build.sh - ./.drone/build.sh @@ -35,7 +34,7 @@ steps: PLUGIN_EXCLUDE: ^\.git/$ commands: - pwd - - find + - find / - ls -l /drone/src/tests/_output - export PLUGIN_DEST_DIR=$PLUGIN_DEST_DIR/$DRONE_REPO/$DRONE_BRANCH/$DRONE_PULL_REQUEST/system-tests/$DRONE_BUILD_NUMBER - echo https://artifacts.joomla.org$PLUGIN_DEST_DIR