From a0eb15b378ef619b48f928e65ca8187432c2cdc5 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 5 Oct 2018 19:22:43 -0400 Subject: [PATCH] remove old remix-debugger circle task --- .circleci/config.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c419e2f4db..6f5f897d01 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,30 +34,9 @@ jobs: - ~/repo/node_modules - run: npm run lint && npm run test && npm run make-mock-compiler && npm run build - run: ./ci/browser_tests.sh - - remix-debugger: - docker: - # specify the version you desire here - - image: circleci/node:9.11.2 - - working_directory: ~/repo - - steps: - - checkout - - restore_cache: - keys: - - dep-bundle-17-{{ checksum "package.json" }} - - run: npm install - - save_cache: - key: dep-bundle-17-{{ checksum "package.json" }} - paths: - - ~/repo/node_modules - - run: npm run build_debugger - - run: ./ci/browser_tests_debugger.sh workflows: version: 2 build_all: jobs: - remix-ide - - remix-debugger