generated from konveyor-ecosystem/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary entrypoint.sh
+x
permission, fix Windows build (#…
…167) Remove unnecessary permission, fix Windows build Signed-off-by: Davis Goodin <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Always use LF for shell scripts. Building the Docker image in a Git clone on | ||
# Windows with autocrlf enabled would otherwise make a faulty image: the | ||
# entrypoint script would fail to run in the container. The CR at the end of | ||
# "#!/bin/bash" causes Linux to be unable to start the script. | ||
*.sh text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.