mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
87c77727e4
* lib/backup/s3remote: update AWS SDK to v2 * Update lib/backup/s3remote/s3.go Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com> * lib/backup/s3remote: refactor error handling Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com>
12 lines
248 B
YAML
12 lines
248 B
YAML
version: 0.2
|
|
|
|
phases:
|
|
build:
|
|
commands:
|
|
- echo Build started on `date`
|
|
- export GOPATH=/go
|
|
- export SDK_CODEBUILD_ROOT=`pwd`
|
|
- make ci-test-no-generate
|
|
post_build:
|
|
commands:
|
|
- echo Build completed on `date`
|