Update .drone.yml

This commit is contained in:
Harald Leithner 2021-07-19 15:21:37 +02:00 committed by GitHub
parent 7ea20a7586
commit f9cd3409b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ steps:
PLUGIN_EXCLUDE: ^\.git/$
commands:
- ls -l /drone/src/tests/_output
- export PLUGIN_DEST_DIR=$PLUGIN_DEST_DIR/$DRONE_REPO/$DRONE_BRANCH/$DRONE_PULL_REQUEST/codeception-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
- /bin/upload.sh
when:
@ -48,6 +48,6 @@ volumes:
---
kind: signature
hmac: ffe77441ea47d707e8bec14d936fe453e778b8c445e7b2cdd983aea787e43bc9
hmac: 9d0e4f7de5348e6c7d16f9e3fed6154461f7382ad260c1e60bb6c37914dc4f5a
...