We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54fb0fc commit 154aec0Copy full SHA for 154aec0
1 file changed
buildspec.yml
@@ -3,7 +3,6 @@ version: 0.1
3
phases:
4
install:
5
commands:
6
- #- go get -u github.com/gorilla/mux
7
- go get -u github.com/golang/lint/golint
8
- go get -u github.com/tools/godep
9
@@ -15,13 +14,12 @@ phases:
15
14
16
build:
17
18
- - echo $PWD
19
- - go build -v -o rt_api_prototype
+ - go build -v -o build/rt_api_prototype-$CODEBUILD_SOURCE_VERSION
20
21
post_build:
22
23
- echo Build completed on `date`
24
25
artifacts:
26
files:
27
- - rt_api_prototype
+ - build/*
0 commit comments