Skip to content

Commit

Permalink
fix: Fix missing _SSL10_VERSION error message in build-ruby-runtime-i…
Browse files Browse the repository at this point in the history
…mages (#225)
  • Loading branch information
dazuma authored Jun 23, 2022
1 parent fe250ce commit 8cabae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-ruby-runtime-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ sed -e "s|@@IF_SSL10_DEV@@|#|g" \
< ${DIRNAME}/ruby-${OS_NAME}/Dockerfile.in > ${DIRNAME}/ruby-${OS_NAME}/Dockerfile
gcloud builds submit ${DIRNAME}/ruby-${OS_NAME} \
--config ${DIRNAME}/ruby-${OS_NAME}/cloudbuild.yaml --project ${PROJECT} \
--substitutions _IMAGE=${OS_BASE_IMAGE},_TAG=${IMAGE_TAG},_BUNDLER_VERSION=${BUNDLER2_VERSION},_NODEJS_VERSION=${NODEJS_VERSION}
--substitutions _IMAGE=${OS_BASE_IMAGE},_TAG=${IMAGE_TAG},_BUNDLER_VERSION=${BUNDLER2_VERSION},_NODEJS_VERSION=${NODEJS_VERSION},_SSL10_VERSION=${SSL10_VERSION}
echo "**** Built image: ${OS_BASE_IMAGE}:${IMAGE_TAG}"
if [ "${STAGING_FLAG}" = "true" ]; then
gcloud container images add-tag --project ${PROJECT} \
Expand Down

0 comments on commit 8cabae1

Please sign in to comment.