Skip to content

Commit 9162f58

Browse files
authored
Experimental GCB Build (#505)
* Added gcb config * Verbose output * trigger build * Trigger build
1 parent 31af105 commit 9162f58

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cloudbuild.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
steps:
2+
- name: 'node:${_NODE_VERSION}'
3+
args: ['node', '--version']
4+
- name: 'node:${_NODE_VERSION}'
5+
entrypoint: 'npm'
6+
args: ['--version']
7+
- name: 'node:${_NODE_VERSION}'
8+
entrypoint: 'npm'
9+
args: ['install']
10+
- name: 'node:${_NODE_VERSION}'
11+
entrypoint: 'npm'
12+
args: ['test']

0 commit comments

Comments
 (0)