Skip to content

Commit 33cfe00

Browse files
committed
chore: test skipping generation of showcase
1 parent fa8e3ac commit 33cfe00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/hermetic_library_generation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ git checkout "${googleapis_commitish}"
100100
popd
101101

102102
# we also setup showcase
103-
if [[ "${showcase_mode}" == "true" ]]; then
103+
if [[ "${showcase_mode}" == "true123" ]]; then
104104
source java-showcase/scripts/showcase_utilities.sh
105105
append_showcase_to_api_defs "${api_def_dir}"
106106
fi

0 commit comments

Comments
 (0)