30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-22 07:45:01 +00:00

Update .drone.yml

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

View File

@ -7,11 +7,7 @@ steps:
image: joomlaprojects/docker-images:systemtests image: joomlaprojects/docker-images:systemtests
commands: commands:
- pwd - pwd
- ls -l - find
- ls -l /tests
- ls -l /tests/www
- ls -l /tests/www/tests
- ls -l /tests/www/tests/_output
- composer install - composer install
- chmod a+x .drone/build.sh - chmod a+x .drone/build.sh
- ./.drone/build.sh - ./.drone/build.sh
@ -38,8 +34,9 @@ steps:
PLUGIN_SECURE: false PLUGIN_SECURE: false
PLUGIN_EXCLUDE: ^\.git/$ PLUGIN_EXCLUDE: ^\.git/$
commands: commands:
- ls -l - pwd
- ls -l /tests/www/tests/_output - 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 - 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 - echo https://artifacts.joomla.org$PLUGIN_DEST_DIR
- /bin/upload.sh - /bin/upload.sh