mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Merge pull request #11971 from larsbergstrom/s3_path
Commit to the correct s3 folder, not file
This commit is contained in:
commit
b347c7bfb1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ usage() {
|
||||||
|
|
||||||
|
|
||||||
upload() {
|
upload() {
|
||||||
s3cmd put "${2}" "s3://servo-builds/nightly/${1}"
|
s3cmd put "${2}" "s3://servo-builds/nightly/${1}/"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue