Skip to content

Latest commit

 

History

History
 
 

earthly

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

earthly

This build step runs earthly.

Build the builder

To build the builder, run the following command:

$ gcloud builds submit . --config=cloudbuild.yaml

Usage

To run the earthly command with the arguments --ci and --push for the target +test:

steps:
- name: 'gcr.io/$PROJECT_ID/earthly'
  args: ["--ci", "--push", "+test"]