Skip to content

Latest commit

 

History

History
 
 

esy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Esy

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.

Building this Builder

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 .

Status

This is unsupported demo-ware. Use at your own risk!