mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 17:51:07 +00:00
Update .drone.yml
This commit is contained in:
parent
6e6814a200
commit
6588b7e55d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user