Skip to content

Commit

Permalink
chore: exclude .iml files in showcase's diff check (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed May 18, 2023
1 parent cc5724f commit 745ea58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showcase/scripts/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ case $1 in

unzip -q -c "$BAZEL_ROOT/$GAPIC_JAR" temp-codegen.srcjar | jar x
delete_unneeded
diff -ru "$SHOWCASE_DIR/$GAPIC_PROJECT_DIR"/src "$GAPIC_UNPACK_DIR"/src --exclude=it --exclude=resources
diff -ru "$SHOWCASE_DIR/$GAPIC_PROJECT_DIR"/src "$GAPIC_UNPACK_DIR"/src --exclude=it --exclude=resources --exclude=*.iml
;;
esac

0 comments on commit 745ea58

Please sign in to comment.