Skip to content

Commit

Permalink
more build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovel Crisostomo committed Apr 20, 2017
1 parent 81d0cc3 commit e1a1a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ phases:

build:
commands:
- go build -v main.go
- go build -v -o rt_api_prototype

post_build:
commands:
- echo Build completed on `date`

artifacts:
files:
- rt_api_prototype

0 comments on commit e1a1a50

Please sign in to comment.