Skip to content

Commit

Permalink
build: add env variable for cloud-rad (#3694)
Browse files Browse the repository at this point in the history
* build: add env variable for cloud-rad
  • Loading branch information
sofisl authored Dec 1, 2022
1 parent 04b882e commit d855b3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .kokoro/release/docs-devsite-single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ set -eo pipefail

npm install

# passes on current working directory for cloud rad
export MONO_REPO_CWD=$PWD

# publish docs to devsite
npx @google-cloud/cloud-rad@0.2.20
npx @google-cloud/cloud-rad@0.2.21

0 comments on commit d855b3e

Please sign in to comment.