Skip to content

Commit e1a1a50

Browse files
author
Jovel Crisostomo
committed
more build changes
1 parent 81d0cc3 commit e1a1a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ phases:
1313

1414
build:
1515
commands:
16-
- go build -v main.go
16+
- go build -v -o rt_api_prototype
1717

1818
post_build:
1919
commands:
2020
- echo Build completed on `date`
21-
21+
2222
artifacts:
2323
files:
2424
- rt_api_prototype

0 commit comments

Comments
 (0)