mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
15 lines
235 B
YAML
15 lines
235 B
YAML
version: 0.2
|
|
|
|
env:
|
|
variables:
|
|
GO111MODULE: on
|
|
parameter-store:
|
|
YOUTUBE_TEST_API_KEY: "/CodeBuild/youtubeKey"
|
|
VIMEO_TEST_API_KEY: "/CodeBuild/vimeoKey"
|
|
|
|
phases:
|
|
build:
|
|
commands:
|
|
- make lint
|
|
- make test
|