Skip to content

Commit

Permalink
try fix end
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippNauck committed Aug 6, 2024
1 parent 258992c commit bbff433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
fi
fi
done
if !$result then
echo "Fail";
exit 130;
if [[ $result == false ]]
then
exit 130
fi

0 comments on commit bbff433

Please sign in to comment.