Skip to content

Commit

Permalink
Fix old ovm prod tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed May 31, 2021
1 parent a419327 commit 9a57510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ jobs:
git clone git@github.com:ethereum-optimism/optimism.git
cd optimism
git fetch
git checkout develop
git pull origin develop
git checkout master
git pull origin master
yarn
yarn build
cd ops
Expand Down
4 changes: 2 additions & 2 deletions .circleci/src/jobs/job-prod-tests-ovm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ steps:
git clone git@github.com:ethereum-optimism/optimism.git
cd optimism
git fetch
git checkout develop
git pull origin develop
git checkout master
git pull origin master
yarn
yarn build
cd ops
Expand Down

0 comments on commit 9a57510

Please sign in to comment.