From 041cf80a70753730b66805c647e4b83e7c7b1911 Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Thu, 30 Jun 2016 16:24:36 -0500 Subject: [PATCH] Commit to the correct s3 folder, not file --- etc/ci/upload_nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/upload_nightly.sh b/etc/ci/upload_nightly.sh index 818cf84cc65e..152f47294528 100755 --- a/etc/ci/upload_nightly.sh +++ b/etc/ci/upload_nightly.sh @@ -12,7 +12,7 @@ usage() { upload() { - s3cmd put "${2}" "s3://servo-builds/nightly/${1}" + s3cmd put "${2}" "s3://servo-builds/nightly/${1}/" }