summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
Diffstat (limited to 'platform')
-rwxr-xr-xplatform/linux/scripts/after_script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linux/scripts/after_script.sh b/platform/linux/scripts/after_script.sh
index f8e4bc3486..b5397f1df2 100755
--- a/platform/linux/scripts/after_script.sh
+++ b/platform/linux/scripts/after_script.sh
@@ -10,6 +10,6 @@ if [ ! -z "${AWS_ACCESS_KEY_ID}" ] && [ ! -z "${AWS_SECRET_ACCESS_KEY}" ] ; then
REPO_NAME=$(basename $TRAVIS_REPO_SLUG)
- aws s3 cp --recursive --acl public-read test/fixtures/annotations \
- s3://mapbox/$REPO_NAME/render-tests/$TRAVIS_JOB_NUMBER/annotations
+ aws s3 cp --recursive --acl public-read --exclude "*" --include "*/actual.png" test/fixtures \
+ s3://mapbox/$REPO_NAME/render-tests/$TRAVIS_JOB_NUMBER
fi