windows-builder/images/example/cloudbuild.yaml (
4
lines of code) (
raw
):
steps: - name: 'gcr.io/$PROJECT_ID/windows-builder' args: [ '--command', 'C:\workspace\hello.bat' ] tags: ['cloud-builders-community']