Skip to content

Commit

Permalink
rm good old relayer
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgooz committed Feb 2, 2021
1 parent 080aa78 commit c149b1a
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 820 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Set up packr2
run: go get -u github.com/gobuffalo/packr/v2/packr2

- name: Set up relayer
run: git clone https://github.com/cosmos/relayer && cd relayer && git checkout ba17c4db185229d9354187a8b9723097ab527261 && make install

- name: Checkout
uses: actions/checkout@v2
with:
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/test-relayer.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ tasks:
mkdir -p $BIN_PATH
(cd /workspace/starport && ./scripts/install)
# install rly
(cd /tmp && git clone https://github.com/cosmos/relayer && cd relayer && git checkout ba17c4db185229d9354187a8b9723097ab527261 && make -C /tmp/relayer install)
command: |
export VUE_APP_CUSTOM_URL=$(gp url)
export CHISEL_ADDR=$(gp url 7575)
Expand Down
4 changes: 0 additions & 4 deletions integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ import (
"github.com/tendermint/starport/starport/pkg/xexec"
)

const (
relayerVersion = "ba17c4db185229d9354187a8b9723097ab527261"
)

func TestMain(m *testing.M) {
flag.Parse()
if err := checkSystemRequirements(); err != nil {
Expand Down
233 changes: 0 additions & 233 deletions integration/relayer_test.go

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/test-relayer

This file was deleted.

Loading

0 comments on commit c149b1a

Please sign in to comment.