aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2018-03-27 05:26:39 +0800
committerGitHub <noreply@github.com>2018-03-27 05:26:39 +0800
commit63967ebf4724ba31d3fd4f8039ce52e9e613e3db (patch)
tree338a253be465b7b43f2b2c36dc5ac656990664d3
parent5a61a6d57af62bd4dea8f1563a9edde6a03e439b (diff)
downloadtangerine-wallet-browser-63967ebf4724ba31d3fd4f8039ce52e9e613e3db.tar.gz
tangerine-wallet-browser-63967ebf4724ba31d3fd4f8039ce52e9e613e3db.tar.zst
tangerine-wallet-browser-63967ebf4724ba31d3fd4f8039ce52e9e613e3db.zip
Revert "Ci - introduce a build job"
-rw-r--r--.circleci/config.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index bcc9a299f..c14909783 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,9 +6,6 @@ workflows:
jobs:
- prep-deps-npm
- prep-deps-firefox
- - build:
- requires:
- - prep-deps-npm
- prep-scss:
requires:
- prep-deps-npm
@@ -203,17 +200,3 @@ jobs:
- run:
name: test:integration:mascara
command: npm run test:mascara
-
- build:
- docker:
- - image: circleci/node:8-browsers
- steps:
- - checkout
- - restore_cache:
- key: dependency-cache-{{ checksum "package-lock.json" }}
- - run:
- name: build:dist
- command: npm run dist
- - run:
- name: build:debug
- command: find dist/ -type f -exec md5sum {} \; | sort -k 2