bootstrapping-microservices/chapter-9

Issues with deploy.sh giving error stat \: no such file or directory in pipeline bitbucket

Closed this issue · 1 comments

During the pipeline on bitbucket I kept getting an error. It might be because of the extra \ at the final line of code. After removing this I got it working. So I would recommend changing the code.

-     -var "storage_access_key=$STORAGE_ACCESS_KEY"  \ 
+    -var "storage_access_key=$STORAGE_ACCESS_KEY"  

Thanks so much for reporting the issue! I've updated the code accordingly.