From 003d3ba416131f25d19ed6d90c63493527723a71 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Fri, 2 May 2025 19:56:02 -0400 Subject: [PATCH] build: make generation config update logs verbose See https://github.com/googleapis/sdk-platform-java/pull/3764 for full context --- .github/scripts/update_generation_config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/update_generation_config.sh b/.github/scripts/update_generation_config.sh index 3c5827251929..2c92f0ac06ac 100755 --- a/.github/scripts/update_generation_config.sh +++ b/.github/scripts/update_generation_config.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex # This script should be run at the root of the repository. # This script is used to update googleapis_commitish, gapic_generator_version, # and libraries_bom_version in generation configuration at the time of running @@ -172,4 +172,4 @@ if [ -z "${pr_num}" ]; then else git push gh pr edit "${pr_num}" --title "${title}" --body "${title}" -fi \ No newline at end of file +fi