mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-13 08:11:57 +00:00
Update .drone.yml
This commit is contained in:
parent
6bedd432f8
commit
3202988ee3
21
.drone.yml
21
.drone.yml
@ -18,6 +18,27 @@ steps:
|
||||
- fluxbox > /dev/null 2>&1 &
|
||||
- vendor/bin/robo run:tests
|
||||
|
||||
- name: artifacts-codeception-tests
|
||||
image: cschlosser/drone-ftps
|
||||
depends_on: [ api-tests ]
|
||||
environment:
|
||||
FTP_USERNAME:
|
||||
from_secret: ftpusername
|
||||
FTP_PASSWORD:
|
||||
from_secret: ftppassword
|
||||
PLUGIN_HOSTNAME: ftp.artifacts.joomla.org:21
|
||||
PLUGIN_SRC_DIR: /tests/www/tests/_output/
|
||||
PLUGIN_DEST_DIR: /
|
||||
PLUGIN_SECURE: false
|
||||
PLUGIN_EXCLUDE: ^\.git/$
|
||||
commands:
|
||||
- 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
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
|
||||
volumes:
|
||||
- name: weblinks_cache
|
||||
host:
|
||||
|
Loading…
Reference in New Issue
Block a user