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