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

fix circleci

parent 17fad76b
...@@ -11,7 +11,7 @@ jobs: ...@@ -11,7 +11,7 @@ jobs:
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout
- cd remix-lib - run: cd remix-lib
- restore_cache: - restore_cache:
keys: keys:
- dep-bundle-{{ checksum "package.json" }} - dep-bundle-{{ checksum "package.json" }}
...@@ -29,7 +29,7 @@ jobs: ...@@ -29,7 +29,7 @@ jobs:
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout
- cd remix-core - run: cd remix-core
- restore_cache: - restore_cache:
keys: keys:
- dep-bundle-{{ checksum "package.json" }} - dep-bundle-{{ checksum "package.json" }}
...@@ -47,7 +47,7 @@ jobs: ...@@ -47,7 +47,7 @@ jobs:
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout
- cd remix-solidity - run: cd remix-solidity
- restore_cache: - restore_cache:
keys: keys:
- dep-bundle-{{ checksum "package.json" }} - dep-bundle-{{ checksum "package.json" }}
...@@ -65,7 +65,7 @@ jobs: ...@@ -65,7 +65,7 @@ jobs:
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout
- cd remix-debugger - run: cd remix-debugger
- restore_cache: - restore_cache:
keys: keys:
- dep-bundle-{{ checksum "package.json" }} - 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