Skip to content

Commit

Permalink
fix: deploy contracts serially and enable CI tests (#700)
Browse files Browse the repository at this point in the history
* fix: deploy serially

* fix: syncing pr with v2
  • Loading branch information
souradeep-das authored Aug 31, 2020
1 parent cca00bd commit 7e71572
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ workflows:
filters:
branches:
only:
- master
- v2.0.0

Deployment checks:
jobs:
Expand All @@ -384,6 +384,8 @@ workflows:
only:
- v2.0.0
- Deploy to Rinkeby with Gnosis and Vault:
requires:
- Deploy to Rinkeby
filters:
branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-sync-to-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Dispatch sync event to plasma-contracts-private

on:
push:
branches: [master]
branches: [v2.0.0]

jobs:
dispatch-sync-event:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-from-public-to-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# https://github.com/repo-sync/github-sync/blob/520596e97177727db1f2a1de14f4ded905624066/github-sync.sh#L23-L33
readonly SOURCE_REPO="omgnetwork/plasma-contracts"
readonly SOURCE_BRANCH="master"
readonly SOURCE_BRANCH="v2.0.0"
readonly DESTINATION_BRANCH="master"
echo "Syncing ${DESTINATION_BRANCH} from branch ${SOURCE_BRANCH} of ${SOURCE_REPO}..."
Expand Down

0 comments on commit 7e71572

Please sign in to comment.