mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-11 13:38:41 +02:00
chore: always run make static on build
So we guarantee that docs wont break on change
This commit is contained in:
parent
da61f77dff
commit
5e2cca2eb1
@ -13,11 +13,12 @@ install:
|
||||
- sudo snap install snapcraft --candidate --classic
|
||||
script:
|
||||
- make ci
|
||||
- make static
|
||||
- test -n "$TRAVIS_TAG" || go run main.go --skip-validate --skip-publish
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
|
||||
- test -n "$TRAVIS_TAG" && go run main.go && make static
|
||||
- test -n "$TRAVIS_TAG" && go run main.go
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user