Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 08bc0a8

Browse files
committed
chore: Add buildspec.yml for release pipeline
1 parent 31d59c0 commit 08bc0a8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

buildspec.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 0.2
2+
3+
phases:
4+
install:
5+
runtime-versions:
6+
golang: 1.13
7+
build:
8+
commands:
9+
- make install-tools
10+
- make
11+
- make integration-test

0 commit comments

Comments
 (0)