Azure/azure-orbital-integration

Error deploying tcp-to-blob [/dist/bundle' doesn't exist.]

Closed this issue · 1 comments

tcp-to-blob-error

This has worked fine until about 4 weeks ago and now I consistently get this error, have tried both WLS locally or Azure Cloud Shell, error is consistent.

$ yarn docker-push && yarn deploy-fast
$ DOCKER_TAG='tcp-to-blob:latest';DOCKER_FILE='./deploy/Dockerfile';. ./deploy/build_and_publish_image.sh;
/bin/sh: 6: ./deploy/build_and_publish_image.sh: [[: not found
/bin/sh: 10: ./deploy/build_and_publish_image.sh: [[: not found
Adding "tcp-to-blob:latest" image to "aoit2bmcapaquademoacr" ACR.
'./dist/bundle' doesn't exist.

This was fixed by: #176

FYI, here is a GitHub issue associated with the root cause: microsoft/TypeScript#51567