Fixing invalid path to autogen_licenses script.

This commit is contained in:
Jakub Sobon 2022-07-07 13:35:59 -04:00
parent 6aaa8f312d
commit 231073378f
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ script:
- CGO_ENABLED=1 go test -mod=mod -race ./...
- go vet ./...
- diff -u <(echo -n) <(gofmt -d -s .)
- diff -u <(echo -n) <(./internal/scripts/autogen_licences.sh .)
- diff -u <(echo -n) <(./private/scripts/autogen_licences.sh .)
- diff -u <(echo -n) <(golint ./...)
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
env: