Print executing lines in api doc sync script.

This commit is contained in:
Patrick Connolly
2018-11-29 04:51:24 +08:00
parent f76890e9b8
commit e0d3907d2b

View File

@@ -31,7 +31,7 @@ before_script:
# - go get github.com/golang/lint/golint # Linter
#- go get honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter
- go get -u github.com/swaggo/swag/cmd/swag # CLI tool for auto-generating swagger docs
- ci/check_swagger_sync.sh # Script to check that Swagger docs are up-to-date
- bash -x ci/check_swagger_sync.sh # Script to check that Swagger docs are up-to-date
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.12.2
# Anything in before_script: that returns a nonzero exit code will