32
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2025-02-04 10:18:25 +00:00

Update .drone.yml

This commit is contained in:
Harald Leithner 2021-07-19 14:32:15 +02:00 committed by GitHub
parent 528a3fd2c5
commit a032eded85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,12 @@ steps:
- name: weblinks-codeception-tests
image: joomlaprojects/docker-images:systemtests
commands:
- pwd
- ls -l
- ls -l /tests
- ls -l /tests/www
- ls -l /tests/www/tests
- ls -l /tests/www/tests/_output
- composer install
- chmod a+x .drone/build.sh
- ./.drone/build.sh
@ -32,6 +38,8 @@ steps:
PLUGIN_SECURE: false
PLUGIN_EXCLUDE: ^\.git/$
commands:
- ls -l
- ls -l /tests/www/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
- /bin/upload.sh