Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit acea968

Browse files
committed
build: Introduce cloud build integration.
1 parent 7af92c4 commit acea968

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cloudbuild.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
steps:
2+
- name: 'gcr.io/cloud-builders/yarn'
3+
args: ['install']
4+
- name: 'gcr.io/cloud-builders/yarn'
5+
args: ['run', 'build']

0 commit comments

Comments
 (0)