Commit 7a82a2cd authored by tywldx's avatar tywldx

fx

parent 086cc94e
...@@ -7,8 +7,6 @@ echo "$changed_files" ...@@ -7,8 +7,6 @@ echo "$changed_files"
check_run() { check_run() {
havefile=`echo "$changed_files" | grep "$1"` havefile=`echo "$changed_files" | grep "$1"`
echo "------check git change key file------"
echo "$havefile"
if [[ -n "${havefile}" ]];then if [[ -n "${havefile}" ]];then
eval "$2" eval "$2"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment