Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 0ab56c4

Browse files
chore: Update build-ruby-runtime-pipeline.sh
1 parent 1f5b7f6 commit 0ab56c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-ruby-runtime-pipeline.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ sed -e "s|@@GENERATE_DOCKERFILE_IMAGE@@|${GENERATE_DOCKERFILE_IMAGE}|g;\
186186
s|@@DEFAULT_RUBY_VERSION@@|${DEFAULT_RUBY_VERSION}|g" \
187187
< ${DIRNAME}/ruby-pipeline/ruby-template.yaml.in > ${DIRNAME}/tmp/ruby-${RUNTIME_VERSION}.yaml
188188
gcloud storage cp ${DIRNAME}/tmp/ruby-${RUNTIME_VERSION}.yaml ${VERSIONED_GS_URL}
189-
echo "**** Uploaded runtime config to ${VERSIONED_GS_URL}"
189+
echo "***** Uploaded runtime config to ${VERSIONED_GS_URL}"
190190
if [ "${STAGING_FLAG}" = "true" ]; then
191191
gcloud storage cp ${VERSIONED_GS_URL} ${STAGING_GS_URL}
192-
echo "**** Also promoted runtime config to ${STAGING_GS_URL}"
192+
echo "***** Also promoted runtime config to ${STAGING_GS_URL}"
193193
fi

0 commit comments

Comments
 (0)