Skip to content

Commit

Permalink
Update dev/revapi
Browse files Browse the repository at this point in the history
Co-authored-by: Fokko Driesprong <[email protected]>
  • Loading branch information
jbonofre and Fokko authored May 28, 2024
1 parent a49795f commit bcceeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/revapi
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export REVAPI_HOME="$ROOT_DIR/lib/revapi-$REVAPI_VERSION"
REVAPI_PROJECTS="api core parquet orc common data"

REVAPI_OUT=lib/revapi.out
rm "$REVAPI_OUT"
rm -f "$REVAPI_OUT"
for REVAPI_PROJECT in $REVAPI_PROJECTS; do
echo "========================"
echo "Checking iceberg-$REVAPI_PROJECT"
Expand Down

0 comments on commit bcceeef

Please sign in to comment.