Skip to content

Commit

Permalink
ci: nuke whiteblock (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
soc1c committed Nov 4, 2019
1 parent 707357f commit 3bed173
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,7 @@ jobs:
- save_cache:
key: go-mod-v4-{{ checksum "go.sum" }}
paths:
- "/go/pkg/mod"
test-whiteblock-go-1.12:
working_directory: ~/go-ethereum
docker:
- image: circleci/golang:1.12-node
steps:
- checkout
- add_ssh_keys:
fingerprints:
- "66:fe:0a:cc:20:fb:80:7d:79:ed:72:4a:99:20:b3:0c"
- run:
name: Execute whiteblock tests
command: bash ./scripts/whiteblock.sh ${WB_JWT} ${CIRCLE_BRANCH}
- "/go/pkg/mod"
release-linux-go-1.12:
working_directory: ~/go-ethereum
docker:
Expand Down Expand Up @@ -198,19 +186,10 @@ workflows:
version: 2
release:
jobs:
- test-whiteblock-go-1.12
- build-linux-go-1.12:
filters:
tags:
only: /.*/
# - build-darwin-go-1.12:
# filters:
# tags:
# only: /.*/
# - build-windows-go-1.12:
# filters:
# tags:
# only: /.*/
- tests-linux-go-1.12:
requires:
- build-linux-go-1.12
Expand All @@ -220,27 +199,8 @@ workflows:
- release-linux-go-1.12:
requires:
- tests-linux-go-1.12
- test-whiteblock-go-1.12
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
# - release-darwin-go-1.12:
# requires:
# - build-darwin-go-1.12
# - tests-linux-go-1.12
# filters:
# tags:
# only: /^v.*/
# branches:
# ignore: /.*/
# - release-windows-go-1.12:
# requires:
# - build-windows-go-1.12
# - tests-linux-go-1.12
# filters:
# tags:
# only: /^v.*/
# branches:
# ignore: /.*/

0 comments on commit 3bed173

Please sign in to comment.