reverted status check
This commit is contained in:
parent
20d7a0dafa
commit
85251026b7
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -35,7 +35,9 @@ jobs:
|
|||
git add --all
|
||||
git -c user.name="CI Bot" -c user.email="<>" commit -m "initial state"
|
||||
addlicense ./
|
||||
test -z "$(git status -s | tee /dev/stderr)"
|
||||
if [[ -n $(git diff) ]]; then
|
||||
exit 1
|
||||
fi
|
||||
- name: Setup Cluster
|
||||
run: |
|
||||
set -x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue