Skip to content

Commit

Permalink
Commit to the correct s3 folder, not file
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbergstrom committed Jun 30, 2016
1 parent d3a1a4e commit 041cf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/upload_nightly.sh
Expand Up @@ -12,7 +12,7 @@ usage() {


upload() {
s3cmd put "${2}" "s3://servo-builds/nightly/${1}"
s3cmd put "${2}" "s3://servo-builds/nightly/${1}/"
}


Expand Down

0 comments on commit 041cf80

Please sign in to comment.