Skip to content

Commit

Permalink
fix ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mcortesi committed Oct 1, 2019
1 parent 5a6df64 commit 3057d5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
go version
cd packages/celotool
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
./ci_test_transfers.sh checkout mc/proposer-fees
./ci_test_transfers.sh checkout origin/mc/proposer-fees
end-to-end-geth-governance-test:
<<: *defaults
Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:
go version
cd packages/celotool
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
./ci_test_governance.sh checkout mc/proposer-fees
./ci_test_governance.sh checkout origin/mc/proposer-fees
end-to-end-geth-sync-test:
<<: *defaults
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
go version
cd packages/celotool
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
./ci_test_sync.sh checkout mc/proposer-fees
./ci_test_sync.sh checkout origin/mc/proposer-fees
end-to-end-geth-integration-sync-test:
<<: *defaults
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
go version
cd packages/celotool
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
./ci_test_sync_with_network.sh checkout mc/proposer-fees
./ci_test_sync_with_network.sh checkout origin/mc/proposer-fees
web:
working_directory: ~/app
Expand Down

0 comments on commit 3057d5b

Please sign in to comment.