Skip to content

Commit fd544f4

Browse files
committed
Revert "chore: test skipping generation of showcase"
This reverts commit 33cfe00.
1 parent 33cfe00 commit fd544f4

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}" == "true123" ]]; then
103+
if [[ "${showcase_mode}" == "true" ]]; 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)