Skip to content

Commit

Permalink
Match s3cmd in repository upload
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 6, 2023
1 parent df5356f commit 3410f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/test.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 3410f1e

Please sign in to comment.