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:
parent
528a3fd2c5
commit
a032eded85
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user