Cannot use git commands in gitlab CI’s repository
I’m implementing a gitlab job that uses astyle to fix code formatting and then git diff to check if modifications have been made (and fail the job if so). Here’s what it looks like
I’m implementing a gitlab job that uses astyle to fix code formatting and then git diff to check if modifications have been made (and fail the job if so). Here’s what it looks like