mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
chore: changing the order of the tasks
GoReleaser will fail to run on a non-empty dist
This commit is contained in:
parent
5ec6ddec9f
commit
94481dfbe2
@ -13,12 +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
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
|
Loading…
Reference in New Issue
Block a user