diff --git a/script/deploy.sh b/script/deploy.sh index f9806877..864887b9 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -17,7 +17,7 @@ for i in $(seq 0 4); do if [[ $? -eq 0 ]]; then if [ ! -z "$CIRCLE_TAG" ]; then curl --header "Content-Type: application/json" \ - --data "{\"build_parameters\": {\"CIRCLE_TAG\": \"$CIRCLE_TAG\", \"TOOLBOX_BUILD_NUM\": $CIRCLE_BUILD_NUM, \"TOOLBOX_ARTIFACTS\": \"$CIRCLE_ARTIFACTS\"}}" \ + --data "{\"build_parameters\": {\"TOOLBOX_VERSION_TAG\": \"$CIRCLE_TAG\", \"TOOLBOX_BUILD_NUM\": $CIRCLE_BUILD_NUM, \"TOOLBOX_ARTIFACTS\": \"$CIRCLE_ARTIFACTS\"}}" \ --request POST "https://circleci.com/api/v1/project/docker/toolbox-release/tree/master?circle-token=$CIRCLE_TOKEN" || true fi