Commit b4e0e030 authored by Iuri Matias's avatar Iuri Matias Committed by yann300

remove old remix-debugger circle task

parent a3a979a9
...@@ -34,30 +34,9 @@ jobs: ...@@ -34,30 +34,9 @@ jobs:
- ~/repo/node_modules - ~/repo/node_modules
- run: npm run lint && npm run test && npm run make-mock-compiler && npm run build - run: npm run lint && npm run test && npm run make-mock-compiler && npm run build
- run: ./ci/browser_tests.sh - 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: workflows:
version: 2 version: 2
build_all: build_all:
jobs: jobs:
- remix-ide - remix-ide
- remix-debugger
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