summaryrefslogtreecommitdiff
path: root/platform/node/scripts
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-11-23 12:19:55 +0200
committerJason Wray <jason@mapbox.com>2017-11-28 12:16:05 -0500
commit3f962574ed855c0edc92c88a24cca47dd6943bc4 (patch)
tree24c126f393846dc9e7fcaaf01933a7858476f300 /platform/node/scripts
parent85bc035be333b166ace6c3029dcbf89bb1e831e9 (diff)
downloadqtlocation-mapboxgl-3f962574ed855c0edc92c88a24cca47dd6943bc4.tar.gz
[build] Added CircleCI macos-release-node{4,6} jobs
Diffstat (limited to 'platform/node/scripts')
-rwxr-xr-xplatform/node/scripts/after_script.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/platform/node/scripts/after_script.sh b/platform/node/scripts/after_script.sh
deleted file mode 100755
index beb8d6966f..0000000000
--- a/platform/node/scripts/after_script.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-set -e
-set -o pipefail
-
-JOB=$1
-
-if [ ! -z "${AWS_ACCESS_KEY_ID}" ] && [ ! -z "${AWS_SECRET_ACCESS_KEY}" ] ; then
- gzip --stdout mapbox-gl-js/test/integration/render-tests/index.html | \
- aws s3 cp --acl public-read --content-encoding gzip --content-type text/html \
- - s3://mapbox/mapbox-gl-native/render-tests/$JOB/index.html
-
- echo http://mapbox.s3.amazonaws.com/mapbox-gl-native/render-tests/$JOB/index.html
-fi