Skip to content

Commit

Permalink
chores: cleanup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daeMOn63 committed Apr 22, 2021
1 parent ed79a52 commit 34830ac
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 232 deletions.
64 changes: 0 additions & 64 deletions .circleci/config.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/CODEOWNERS

This file was deleted.

29 changes: 0 additions & 29 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

25 changes: 0 additions & 25 deletions .github/dependabot.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/build_and_test.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/proto-docker.yml

This file was deleted.

13 changes: 7 additions & 6 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
- uses: actions/checkout@master
- name: lint
run: make proto-lint
breakage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: check-breakage
run: make proto-check-breaking
# disabled until stargate land on master
# breakage:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - name: check-breakage
# run: make proto-check-breaking
18 changes: 0 additions & 18 deletions .github/workflows/stale.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BINDIR ?= $(GOPATH)/bin
BUILDDIR ?= $(CURDIR)/build
SIMAPP = ./simapp
MOCKS_DIR = $(CURDIR)/tests/mocks
HTTPS_GIT := https://github.com/cosmos/cosmos-sdk.git
HTTPS_GIT := https://github.com/fetchai/cosmos-sdk.git
DOCKER := $(shell which docker)
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf

Expand Down

0 comments on commit 34830ac

Please sign in to comment.