This build step invokes esy
commands in Google Cloud Build.
Arguments passed to this builder will be passed to esy
directly, allowing
callers to run any esy command.
Before using this builder in a Cloud Build config, it must be built and pushed to the registry in your project. Run the following command in this directory:
gcloud builds submit .
Advanced builder building: To specify a particular version of esy, provide the esy version number, and the checksum of that version's zip archive, as Cloud Build substitutions:
gcloud builds submit --substitutions=_ESY_VERSION=0.5.8 .
This is unsupported demo-ware. Use at your own risk!