From 6c49f8a5789698225442430737b5b4b083edea77 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 16 Oct 2015 10:28:02 -0400 Subject: Fix path of mapbox-gl-test-suite render tests --- scripts/node/after_script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/node/after_script.sh b/scripts/node/after_script.sh index 237f9fe600..c56b7af18d 100755 --- a/scripts/node/after_script.sh +++ b/scripts/node/after_script.sh @@ -42,9 +42,9 @@ if [ ! -z "${AWS_ACCESS_KEY_ID}" ] && [ ! -z "${AWS_SECRET_ACCESS_KEY}" ] ; then export PATH="`python -m site --user-base`/bin:${PATH}" REPO_NAME=$(basename $TRAVIS_REPO_SLUG) - gzip --stdout node_modules/mapbox-gl-test-suite/tests/index.html | \ + gzip --stdout node_modules/mapbox-gl-test-suite/render-tests/index.html | \ aws s3 cp --acl public-read --content-encoding gzip --content-type text/html \ - - s3://mapbox/$REPO_NAME/tests/$TRAVIS_JOB_NUMBER/index.html + - s3://mapbox/$REPO_NAME/render-tests/$TRAVIS_JOB_NUMBER/index.html - echo http://mapbox.s3.amazonaws.com/$REPO_NAME/tests/$TRAVIS_JOB_NUMBER/index.html + echo http://mapbox.s3.amazonaws.com/$REPO_NAME/render-tests/$TRAVIS_JOB_NUMBER/index.html fi -- cgit v1.2.1