Merge branch 'master' of bitbucket.org:gmgauthier_ecs/gostations
This commit is contained in:
commit
b2a096a956
@ -11,6 +11,8 @@ pipelines:
|
|||||||
- go test -v
|
- go test -v
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- go build -o build/gostations github.com/gmgauthier/gostations
|
- 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:
|
- step:
|
||||||
name: Lint code
|
name: Lint code
|
||||||
image: golangci/golangci-lint:v1.31.0
|
image: golangci/golangci-lint:v1.31.0
|
||||||
|
Loading…
Reference in New Issue
Block a user