Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.

Commit 6fe267a

Browse files
committed
Rename parameter sent to toolbox-release job
Signed-off-by: Joffrey F <joffrey@docker.com>
1 parent a140ba3 commit 6fe267a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for i in $(seq 0 4); do
1717
if [[ $? -eq 0 ]]; then
1818
if [ ! -z "$CIRCLE_TAG" ]; then
1919
curl --header "Content-Type: application/json" \
20-
--data "{\"build_parameters\": {\"CIRCLE_TAG\": \"$CIRCLE_TAG\", \"TOOLBOX_BUILD_NUM\": $CIRCLE_BUILD_NUM, \"TOOLBOX_ARTIFACTS\": \"$CIRCLE_ARTIFACTS\"}}" \
20+
--data "{\"build_parameters\": {\"TOOLBOX_VERSION_TAG\": \"$CIRCLE_TAG\", \"TOOLBOX_BUILD_NUM\": $CIRCLE_BUILD_NUM, \"TOOLBOX_ARTIFACTS\": \"$CIRCLE_ARTIFACTS\"}}" \
2121
--request POST "https://circleci.com/api/v1/project/docker/toolbox-release/tree/master?circle-token=$CIRCLE_TOKEN" || true
2222
fi
2323

0 commit comments

Comments
 (0)