mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-26 01:57:30 +00:00
Update .drone.yml
This commit is contained in:
parent
6e6814a200
commit
6588b7e55d
@ -7,7 +7,6 @@ steps:
|
|||||||
image: joomlaprojects/docker-images:systemtests
|
image: joomlaprojects/docker-images:systemtests
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
- find
|
|
||||||
- composer install
|
- composer install
|
||||||
- chmod a+x .drone/build.sh
|
- chmod a+x .drone/build.sh
|
||||||
- ./.drone/build.sh
|
- ./.drone/build.sh
|
||||||
@ -35,7 +34,7 @@ steps:
|
|||||||
PLUGIN_EXCLUDE: ^\.git/$
|
PLUGIN_EXCLUDE: ^\.git/$
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
- find
|
- find /
|
||||||
- ls -l /drone/src/tests/_output
|
- 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
|
- 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
|
- echo https://artifacts.joomla.org$PLUGIN_DEST_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user