1+ export PLUGIN_DEST_DIR=$DRONE_REPO/$DRONE_BRANCH/$DRONE_PULL_REQUEST/system-tests/$DRONE_BUILD_NUMBER
0s
2+ echo https://$WEB_SERVER/drone/$PLUGIN_DEST_DIR
0s
3https://******s.joomla.org/drone/joomla/joomla-cms/5.3-dev/43430/system-tests/82751
0s
4+ mkdir -p ~/.ssh
0s
5+ eval $(ssh-agent -s)
0s
6Agent pid 11
1s
7+ echo -e "Host *
1s
8 StrictHostKeyChecking no
1s
9
1s
10" > ~/.ssh/config
1s
11+ echo "$FTP_KEY" > ~/.ssh/id_rsa
1s
12+ chmod 600 ~/.ssh/id_rsa
1s
13+ ssh-add
1s
14Identity added: /root/.ssh/id_rsa (hannes@Hannes)
1s
15+ rclone config create ******s sftp host $FTP_HOST user $FTP_USER port 22
1s
162025/02/28 14:35:26 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults
2s
17Remote config
2s
18--------------------
2s
19[******s]
2s
20host = ******
2s
21user = ******
2s
22port = 22
2s
23--------------------
2s
24+ rclone mkdir ******s:$ARTIFACTS_ROOT/$DRONE_REPO/$DRONE_BRANCH/$DRONE_PULL_REQUEST/system-tests/$DRONE_BUILD_NUMBER
2s
25+ rclone copy tests/System/output/ ******s:$ARTIFACTS_ROOT/$DRONE_REPO/$DRONE_BRANCH/$DRONE_PULL_REQUEST/system-tests/$DRONE_BUILD_NUMBER
4s
262025/02/28 14:35:31 ERROR : : error reading source directory: directory not found
6s
272025/02/28 14:35:31 ERROR : Attempt 1/3 failed with 1 errors and: directory not found
6s
282025/02/28 14:35:31 ERROR : : error reading source directory: directory not found
7s
292025/02/28 14:35:31 ERROR : Attempt 2/3 failed with 1 errors and: directory not found
7s
302025/02/28 14:35:32 ERROR : : error reading source directory: directory not found
7s
312025/02/28 14:35:32 ERROR : Attempt 3/3 failed with 1 errors and: directory not found
7s
322025/02/28 14:35:32 Failed to copy: directory not found
7s