Skip to content

Commit

Permalink
updated buildspec for vendored content
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Oct 11, 2017
1 parent 07472e4 commit f4bc259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ phases:
- mkdir -p /go/src/github.com/aws
- ln -s $SDK_CB_ROOT $SDK_GO_ROOT
- cd $SDK_GO_ROOT
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
- make unit
- cd $SDK_CB_ROOT
post_build:
Expand Down

0 comments on commit f4bc259

Please sign in to comment.