Skip to content

Commit c76de62

Browse files
committed
Fix dry run output
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
1 parent 65b90e6 commit c76de62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/bump-otel-collector-version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ run_post_commands() {
295295
if [[ "$DRY_RUN" == "true" ]]; then
296296
if [[ "$chart" == "otel-integration" ]]; then
297297
log_info " Would run: helm dependency update"
298+
log_info " Would run: .github/scripts/check-helm-golden-renders.sh --update"
298299
elif [[ "$chart" == "otel-ecs-ec2" ]]; then
299300
log_info " Would run: helm dependency update && make all"
300301
else

0 commit comments

Comments
 (0)