Initial
This commit is contained in:
7
entrypoint.sh
Executable file
7
entrypoint.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh -l
|
||||
|
||||
set -e
|
||||
|
||||
PRTITLE="$1"
|
||||
echo "PRTITLE" > /tmp/prtitle.txt
|
||||
conventional-pre-commit --no-color --force-scope --strict --verbose /tmp/prtitle.txt
|
||||
Reference in New Issue
Block a user