Skip to content

Commit

Permalink
Point end-to-end tests back to master (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asa Oines authored and celo-ci-bot-user committed Oct 25, 2019
1 parent a6a7269 commit 0d530f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_transfers.sh checkout asaj/pos-2
./ci_test_transfers.sh checkout master
end-to-end-geth-exit-test:
<<: *e2e-defaults
Expand All @@ -522,7 +522,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_exit.sh checkout asaj/pos-2
./ci_test_exit.sh checkout master
end-to-end-geth-governance-test:
<<: *e2e-defaults
Expand All @@ -542,7 +542,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_governance.sh checkout asaj/pos-2
./ci_test_governance.sh checkout master
end-to-end-geth-sync-test:
<<: *e2e-defaults
Expand All @@ -561,7 +561,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_sync.sh checkout asaj/pos-2
./ci_test_sync.sh checkout master
end-to-end-geth-integration-sync-test:
<<: *e2e-defaults
Expand Down Expand Up @@ -596,7 +596,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_attestations.sh checkout asaj/pos-2
./ci_test_attestations.sh checkout master
web:
working_directory: ~/app
Expand Down

0 comments on commit 0d530f9

Please sign in to comment.