From c1ce3414eaf725f38505f41a423059af6041c0b0 Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 2 Mar 2018 14:10:22 +0100 Subject: [PATCH] fix circleci --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd4104fcb6..97995936f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" }}