Merge branch 'master' of bitbucket.org:gmgauthier_ecs/gostations

This commit is contained in:
Greg Gauthier 2021-03-19 07:34:37 +00:00
commit b2a096a956
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ pipelines:
- go test -v
- mkdir build
- go build -o build/gostations github.com/gmgauthier/gostations
- curl -X POST --user "${BITBUCKET_USERNAME}:${BITBUCKET_APP_PASSWORD}" "https://api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"./build/gostations"
- step:
name: Lint code
image: golangci/golangci-lint:v1.31.0