Unverified Commit a3f38203 authored by yann300's avatar yann300 Committed by GitHub

fix circleci

parent 17fad76b
......@@ -11,7 +11,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- cd remix-lib
- run: cd remix-lib
- restore_cache:
keys:
- dep-bundle-{{ checksum "package.json" }}
......@@ -29,7 +29,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- cd remix-core
- run: cd remix-core
- restore_cache:
keys:
- dep-bundle-{{ checksum "package.json" }}
......@@ -47,7 +47,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- cd remix-solidity
- run: cd remix-solidity
- restore_cache:
keys:
- dep-bundle-{{ checksum "package.json" }}
......@@ -65,7 +65,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- cd remix-debugger
- run: cd remix-debugger
- restore_cache:
keys:
- dep-bundle-{{ checksum "package.json" }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment