mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-27 14:28:30 +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 &
|
- fluxbox > /dev/null 2>&1 &
|
||||||
- vendor/bin/robo run:tests
|
- 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:
|
volumes:
|
||||||
- name: weblinks_cache
|
- name: weblinks_cache
|
||||||
host:
|
host:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user