-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1151 from iost-official/v3.3.5
V3.3.5
- Loading branch information
Showing
6 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,14 +31,14 @@ matrix: | |
services: | ||
- docker | ||
before_install: | ||
- docker pull iostio/iost-dev:3.3.4 | ||
- docker pull iostio/iost-dev:3.3.5 | ||
- git lfs install | ||
before_script: | ||
- git lfs pull | ||
script: | ||
- docker run -it --rm -v $(pwd):/gopath/src/github.com/iost-official/go-iost iostio/iost-dev:3.3.4 make build | ||
- docker run -it --rm -v $(pwd):/gopath/src/github.com/iost-official/go-iost iostio/iost-dev:3.3.4 make lint | ||
- docker run -it --rm -v $(pwd):/gopath/src/github.com/iost-official/go-iost iostio/iost-dev:3.3.4 make test | ||
- docker run -it --rm -v $(pwd):/gopath/src/github.com/iost-official/go-iost iostio/iost-dev:3.3.5 make build | ||
- docker run -it --rm -v $(pwd):/gopath/src/github.com/iost-official/go-iost iostio/iost-dev:3.3.5 make lint | ||
- docker run -it --rm -v $(pwd):/gopath/src/github.com/iost-official/go-iost iostio/iost-dev:3.3.5 make test | ||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) | ||
- os: linux | ||
|
@@ -48,7 +48,7 @@ matrix: | |
services: | ||
- docker | ||
before_install: | ||
- docker pull iostio/iost-dev:3.3.4 | ||
- docker pull iostio/iost-dev:3.3.5 | ||
- git lfs install | ||
before_script: | ||
- git lfs pull | ||
|
@@ -66,7 +66,7 @@ matrix: | |
- git clone https://github.com/kubernetes/client-go $GOPATH/src/k8s.io/client-go | ||
- git clone --branch v0.4.0 https://github.com/googleapis/gnostic $GOPATH/src/k8s.io/client-go/vendor/github.com/googleapis/gnostic | ||
- go get sigs.k8s.io/aws-iam-authenticator/cmd/[email protected] | ||
- docker pull iostio/iost-dev:3.3.4 | ||
- docker pull iostio/iost-dev:3.3.5 | ||
- git lfs install | ||
- pyenv global 3.6.7 && pip install awscli | ||
- sudo apt-get clean && sudo apt-get update && sudo apt-get install -y dpkg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters