Skip to content

Commit b2a194c

Browse files
committed
chore: try cat-file
1 parent fd544f4 commit b2a194c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/scripts/hermetic_library_generation.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ googleapis_commitish=$(grep googleapis_commitish "${generation_config}" | cut -d
9696
api_def_dir=$(mktemp -d)
9797
git clone https://github.com/googleapis/googleapis.git "${api_def_dir}"
9898
pushd "${api_def_dir}"
99+
git cat-file -t b947e523934dbac5d97613d8aa08e04fc38c5fb6 || echo 'could not cat the file'
99100
git checkout "${googleapis_commitish}"
100101
popd
101102

0 commit comments

Comments
 (0)