From ed0af6b47ca5a4d88121e94218b06318f85b0c13 Mon Sep 17 00:00:00 2001 From: Maxwell Lasky Date: Mon, 9 Nov 2020 09:27:57 -0500 Subject: [PATCH] Updates config.yml (#2010) --- .circleci/config.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 01545d70b..e9e2bf403 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,18 +55,6 @@ jobs: - run: apt-get -y install libusb-1.0-0-dev graphicsmagick libudev-dev - run: apt-get -y install libxtst6 libxss1 libgtk2.0-0 libnss3 libasound2 libgconf-2-4 - run: yarn test-ci - # TODO: add these steps back when e2e test suite is functional - # - run: - # name: Running Xvfb for e2e test - # command: Xvfb -ac :99 -screen 0 1280x1024x16 - # background: true - # - run: - # name: Run e2e tests - # command: | - # yarn - # yarn assets - # export DISPLAY=:99 - # yarn test:e2e store_artifacts: - path: artifacts/ - destination: yarnpkg @@ -83,23 +71,6 @@ jobs: - run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1 - run: yarn assets - run: yarn electron-builder -w --x64 - - store_artifacts: - path: dist - destination: build - - deploy_linux: - <<: *container_config - steps: - - checkout - - restore_cache: - key: neon-wallet-dependencies-cache-{{ checksum "yarn.lock" }} - - run: apt-get -y update - - run: apt-get -y install libusb-1.0-0-dev icnsutils graphicsmagick libudev-dev - - run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1 - - run: yarn dist - - store_artifacts: - path: dist - destination: build workflows: version: 2 @@ -123,11 +94,3 @@ workflows: ignore: /.*/ tags: only: /v.*/ - - deploy_linux: - requires: - - test - filters: - branches: - ignore: /.*/ - tags: - only: /v.*/