Closed apolkingg8 closed 3 years ago
If we run Skaffold in Windows directly, will cause error: /bin/sh ./..../init-db.sh not found (also with wait-db.sh)
/bin/sh ./..../init-db.sh not found
wait-db.sh
SO solution here: https://stackoverflow.com/questions/40487747/trying-to-build-a-docker-container-start-sh-not-found
Should make sure the EOL of .sh files is LF, not CRLF. Will motion it in README.
.sh
LF
CRLF
:tada: This issue has been resolved in version 1.2.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
If we run Skaffold in Windows directly, will cause error:
/bin/sh ./..../init-db.sh not found
(also withwait-db.sh
)SO solution here: https://stackoverflow.com/questions/40487747/trying-to-build-a-docker-container-start-sh-not-found
Should make sure the EOL of
.sh
files isLF
, notCRLF
. Will motion it in README.