Skip to content

Commit

Permalink
update build spec for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Oct 10, 2017
1 parent 6962b27 commit 3e8d7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Expand Up @@ -6,7 +6,7 @@ phases:
- echo Build started on `date`
- export GOPATH=/go
- export SDK_CB_ROOT=`pwd`
- export SDK_GO_ROOT=/go/src/github.com/aws/aws-sdk-go
- export SDK_GO_ROOT=/go/src/github.com/aws/aws-sdk-go-v2
- mkdir -p /go/src/github.com/aws
- ln -s $SDK_CB_ROOT $SDK_GO_ROOT
- cd $SDK_GO_ROOT
Expand Down

0 comments on commit 3e8d7d8

Please sign in to comment.