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

Commit a140ba3

Browse files
committed
Remove obsolete copy
Signed-off-by: Joffrey F <joffrey@docker.com>
1 parent ba167fa commit a140ba3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

script/deploy.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ for i in $(seq 0 4); do
1515
md5sum DockerToolbox* > md5sum.txt
1616
)
1717
if [[ $? -eq 0 ]]; then
18-
cp dist/* $CIRCLE_ARTIFACTS
19-
2018
if [ ! -z "$CIRCLE_TAG" ]; then
2119
curl --header "Content-Type: application/json" \
2220
--data "{\"build_parameters\": {\"CIRCLE_TAG\": \"$CIRCLE_TAG\", \"TOOLBOX_BUILD_NUM\": $CIRCLE_BUILD_NUM, \"TOOLBOX_ARTIFACTS\": \"$CIRCLE_ARTIFACTS\"}}" \

0 commit comments

Comments
 (0)