...

Text file src/github.com/aws/aws-sdk-go-v2/buildspec.yml

Documentation: github.com/aws/aws-sdk-go-v2

     1version: 0.2
     2
     3phases:
     4  build:
     5    commands:
     6      - echo Build started on `date`
     7      - export GOPATH=/go
     8      - export SDK_CODEBUILD_ROOT=`pwd`
     9      - make ci-test-no-generate
    10  post_build:
    11    commands:
    12      - echo Build completed on `date`

View as plain text