Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2022-07-21 13:36:03 -07:00
parent 95faa77326
commit 0b33d376c2
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Ensure no files changed - name: Ensure no files changed
shell: bash shell: bash
run: | run: |
if [[ `git status --porcelain` ]]; then if [[ `git status --porcelain kittycad/` ]]; then
echo "Files changed, exiting"; echo "Files changed, exiting";
exit 1; exit 1;
else else

File diff suppressed because one or more lines are too long