From 63967ebf4724ba31d3fd4f8039ce52e9e613e3db Mon Sep 17 00:00:00 2001 From: Dan Finlay <542863+danfinlay@users.noreply.github.com> Date: Mon, 26 Mar 2018 14:26:39 -0700 Subject: Revert "Ci - introduce a build job" --- .circleci/config.yml | 17 ----------------- 1 file changed, 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 -- cgit v1.2.3