mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
Typo: missing before_deploy in osx build
This commit is contained in:
parent
09f24f48ec
commit
5db142530b
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ matrix:
|
|||
- brew cask install osxfuse
|
||||
- go run build/ci.go install
|
||||
- go run build/ci.go test -coverage
|
||||
before_deploy:
|
||||
- sh .ci/deploy.sh
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
|
|
|
|||
Loading…
Reference in a new issue