How can I abort git commit by checking specific string inside command logs? #728
Unanswered
aniketmalandkar
asked this question in
Q&A
Replies: 1 comment
-
@aniketmalandkar , sure, you can use pre-commit:
commands:
atlas-lint:
run: make atlas-lint | grep -v 'specific string' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
I have the following yml config:
I'm looking for aborting commit if there is an error or if it matches a specific string in the logs of make atlas-lint. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions