From 3410f1e52f1f313bca42eecf1601aff8dbaad561 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Fri, 6 Oct 2023 12:31:54 +0200 Subject: [PATCH] Match s3cmd in repository upload Signed-off-by: Jose Luis Rivero --- jenkins-scripts/dsl/test.dsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-scripts/dsl/test.dsl b/jenkins-scripts/dsl/test.dsl index 5b04ff2e4..66b93cde4 100644 --- a/jenkins-scripts/dsl/test.dsl +++ b/jenkins-scripts/dsl/test.dsl @@ -91,7 +91,7 @@ repo_uploader.with fi # Seems important to upload the path with a final slash - echo "WILL RUN: s3cmd \${pkgs_path}/\${pkg} \${S3_UPLOAD_PATH}" + echo "WILL RUN: s3cmd put \${pkgs_path}/\${pkg} s3://osrf-distributions/\${S3_UPLOAD_PATH}" done