diff --git a/.drone.yml b/.drone.yml index 0e37638..16a3aab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: fi echo "Code reached here..." - echo "Has formatting issues: " $HAS_ISSUES" + echo "Has formatting issues: " $HAS_ISSUES exit $HAS_ISSUES ---