1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/buildspec.yml

15 lines
235 B
YAML
Raw Normal View History

2019-01-06 20:45:59 -08:00
version: 0.2
env:
2019-01-07 20:15:17 -08:00
variables:
GO111MODULE: on
2019-01-06 20:45:59 -08:00
parameter-store:
YOUTUBE_TEST_API_KEY: "/CodeBuild/youtubeKey"
VIMEO_TEST_API_KEY: "/CodeBuild/vimeoKey"
2019-01-06 20:45:59 -08:00
phases:
build:
commands:
2019-02-24 14:19:55 -08:00
- make lint
- make test