The command is:
git diff --exit-code
Prints the diff and exits with status code 1
.
CI Link to heading
generate:
image: ruby:3.1.2-alpine
script:
- apk add --update git make
- make generate
- git diff --exit-code
The command is:
git diff --exit-code
Prints the diff and exits with status code 1
.
generate:
image: ruby:3.1.2-alpine
script:
- apk add --update git make
- make generate
- git diff --exit-code