Merge work from development #1

Merged
guisea merged 9 commits from develop into master 2024-04-02 14:42:25 +13:00
Showing only changes of commit 274cabf05a - Show all commits

View File

@@ -3,7 +3,7 @@
# Run the script and get the return code if successful of if fails # Run the script and get the return code if successful of if fails
./scripts/commit-filter-check.sh && rc=$? || rc=$? ./scripts/commit-filter-check.sh && rc=$? || rc=$?
echo return code : $rc echo return code : $rc
if [ ${rc} == 1 ]; then if [ ${rc} = 1 ]; then
echo "Script return code 1 so commit failed" echo "Script return code 1 so commit failed"
exit 1 exit 1
else else