mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
testing
This commit is contained in:
@@ -89,8 +89,9 @@ check ${old_files[3]} ${new_files[3]}
|
|||||||
# remove help files
|
# remove help files
|
||||||
rm -f help_general.md help_bn.md help_vc.md help_am.md
|
rm -f help_general.md help_bn.md help_vc.md help_am.md
|
||||||
|
|
||||||
echo "${exist[@]}"
|
echo "exist = ${exist[@]}"
|
||||||
echo "${changes[@]}"
|
echo "changes = ${changes[@]}"
|
||||||
|
echo "$diff"
|
||||||
|
|
||||||
if [[ ${exist[@]} == *"true"* && ${update[@]} == *"true"* ]];
|
if [[ ${exist[@]} == *"true"* && ${update[@]} == *"true"* ]];
|
||||||
then
|
then
|
||||||
@@ -100,7 +101,7 @@ elif [[ ${exist[@]} == *"true"* ]];
|
|||||||
then
|
then
|
||||||
echo "exit 1 due to one or more .md file does not exist"
|
echo "exit 1 due to one or more .md file does not exist"
|
||||||
exit 1
|
exit 1
|
||||||
elif [[ ${update[@]} == *"true"* ]];
|
elif [[ ${changes[@]} == *"true"* ]];
|
||||||
then
|
then
|
||||||
echo "exit 1 due to changes updated"
|
echo "exit 1 due to changes updated"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user