View source: R/buildsteps_templates.R
| cr_buildstep_gcloud | R Documentation |
This enables an optimised version of gcloud docker for your buildstep such as gcr.io/google.com/cloudsdktool/cloud-sdk:alpine
cr_buildstep_gcloud(component = c("gcloud", "bq", "gsutil", "kubectl"), ...)
component |
What gcloud service you need, such as "gcloud", "bq" or "gsutil" |
... |
Arguments passed on to
|
https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/gcloud
Other Cloud Buildsteps:
cr_buildstep_bash(),
cr_buildstep_decrypt(),
cr_buildstep_df(),
cr_buildstep_docker(),
cr_buildstep_edit(),
cr_buildstep_extract(),
cr_buildstep_gitsetup(),
cr_buildstep_mailgun(),
cr_buildstep_nginx_setup(),
cr_buildstep_packagetests(),
cr_buildstep_pkgdown(),
cr_buildstep_run(),
cr_buildstep_r(),
cr_buildstep_secret(),
cr_buildstep_slack(),
cr_buildstep_targets(),
cr_buildstep()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.