Skip to content

Commit 1e27609

Browse files
Log our refs to debug
1 parent 87fd8e3 commit 1e27609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

duckdb_pglake/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ release: patch_duckdb
125125

126126
# patch exit code 1 means the patch is already applied, since we might run this multiple times, be robust
127127
patch_duckdb:
128+
echo "current submodule refs"
129+
git submodule status
128130
cd duckdb && git checkout -f . && \
129131
find ../patches/duckdb -type f -name '*.patch' -print | xargs -0 printf '%s ' | \
130132
while read -r patch; do \

0 commit comments

Comments
 (0)