27m 43s
Feb 28, 2025, 8:44 PM

joomla-cms

Remove useless empty ($form) check

joomdonation
joomdonation
openedpull request
#45039

Console Logs

1+ export PLUGIN_DEST_DIR=$DRONE_REPO/$DRONE_BRANCH/$DRONE_PULL_REQUEST/system-tests/$DRONE_BUILD_NUMBER 4s
2+ echo https://$WEB_SERVER/drone/$PLUGIN_DEST_DIR 4s
3https://******/drone/joomla/joomla-cms/5.3-dev/45039/system-tests/82773 4s
4+ mkdir -p ~/.ssh 4s
5+ eval $(ssh-agent -s) 5s
6Agent pid 11 5s
7+ echo -e "Host * 5s
8 StrictHostKeyChecking no 5s
9 5s
10" > ~/.ssh/config 5s
11+ echo "$FTP_KEY" > ~/.ssh/id_rsa 5s
12+ chmod 600 ~/.ssh/id_rsa 5s
13+ ssh-add 5s
14Identity added: /root/.ssh/id_rsa (hannes@Hannes) 5s
15+ rclone config create ******s sftp host $FTP_HOST user $FTP_USER port 22 5s
162025/02/28 21:11:47 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults 7s
17Remote config 7s
18-------------------- 7s
19[******s] 7s
20host = ****** 7s
21user = ****** 7s
22port = 22 7s
23-------------------- 7s
24+ rclone mkdir ******s:$ARTIFACTS_ROOT/$DRONE_REPO/$DRONE_BRANCH/$DRONE_PULL_REQUEST/system-tests/$DRONE_BUILD_NUMBER 7s
25+ rclone copy tests/System/output/ ******s:$ARTIFACTS_ROOT/$DRONE_REPO/$DRONE_BRANCH/$DRONE_PULL_REQUEST/system-tests/$DRONE_BUILD_NUMBER 8s
26 % Total % Received % Xferd Average Speed Time Time Time Current 14s
27 Dload Upload Total Spent Left Speed 14s
28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 236 0 0 100 236 0 1118 --:--:-- --:--:-- --:--:-- 1113 100 1921 100 1685 100 236 3679 515 --:--:-- --:--:-- --:--:-- 4185 14s
29+ curl -X POST "https://api.github.com/repos/$DRONE_REPO/statuses/$DRONE_COMMIT" -H "Content-Type: application/json" -H "Authorization: token $GITHUB_TOKEN" -d "{\state\: ailure\, 14s
Exit Code 0