File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
containers/python-bootstrap-container Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ sed -i -e "s|apiProductDocumentation|$PRODUCT_DOCS_URL|" "${WORKSPACE_DIR}/${MON
112112# If the API is `cloud`, the docs will be published to `cloud.google.com`.
113113# For non-cloud, the docs will be published to `googleapis.dev`.
114114if [[ $FOLDER_NAME =~ " cloud" ]]; then
115- CLIENT_DOCS_URL=" $( echo https://cloud.google.com/python/docs/reference/$FOLDER_NAME /latest) "
115+ CLIENT_DOCS_URL=" https://cloud.google.com/python/docs/reference/$FOLDER_NAME /latest"
116116else
117- CLIENT_DOCS_URL=" $( echo https://googleapis.dev/python/$FOLDER_NAME /latest) "
117+ CLIENT_DOCS_URL=" https://googleapis.dev/python/$FOLDER_NAME /latest"
118118fi
119119
120120# Update clientDocumentation in .repo-metadata.json
You can’t perform that action at this time.
0 commit comments