Skip to content

Commit 5445f2d

Browse files
committed
ci: enable rsync upload of test data
Signed-off-by: Adrian Reber <[email protected]>
1 parent 8cb58a7 commit 5445f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/test/files/run-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ cleanup() {
371371
cd "${DEST_DIR}"
372372
ln -sfn "${DEST_NAME}" "0-LATEST-${NAME}"
373373
cd - >/dev/null
374-
echo rsync -a /results/ [email protected]:/results
374+
rsync -a /results/ [email protected]:/results
375375
# shellcheck disable=SC2029
376376
echo ssh [email protected] /home/ohpc/bin/update_results.sh "${VERSION_MAJOR}" "${VERSION}"
377377
fi

0 commit comments

Comments
 (0)