summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-10-24 12:25:08 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-10-24 12:25:08 -0700
commit3a84daf570f468f5361c1afc0045b11bd081d819 (patch)
tree03bfa66906e021a9250a6761389e8c2f05482915
parent33baa7bbb4577f5688fec2b96b37b9dea7a797f7 (diff)
downloadqtlocation-mapboxgl-3a84daf570f468f5361c1afc0045b11bd081d819.tar.gz
[ios] Add SDK_REPO variableupstream/jmkiley-update-docs-script
-rwxr-xr-xscripts/trigger-maps-documentation-deploy-steps.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/trigger-maps-documentation-deploy-steps.sh b/scripts/trigger-maps-documentation-deploy-steps.sh
index ebba4a2cb9..70a3c11c03 100755
--- a/scripts/trigger-maps-documentation-deploy-steps.sh
+++ b/scripts/trigger-maps-documentation-deploy-steps.sh
@@ -6,7 +6,7 @@ function step { >&2 echo -e "\033[1m\033[36m* $@\033[0m"; }
function finish { >&2 echo -en "\033[0m"; }
trap finish EXIT
-SDK_FLAVOR=${SDK_FLAVOR:-"mapbox-gl-native"}
+SDK_FLAVOR=${SDK_FLAVOR:-"maps"}
step "Triggering automated site and documentation generation for ${SDK_FLAVOR} SDK ${VERSION_TAG}"
@@ -19,6 +19,7 @@ request_body="{
\"env\": {
\"SDK_FLAVOR\": \"${SDK_FLAVOR}\",
\"RELEASE_TAG\": \"${VERSION_TAG}\"
+ \"SDK_REPO\": \"mapbox-gl-native"
}
}
}