Remove Mascara from CircleCI config

feature/default_network_editable
Whymarrh Whitby 6 years ago
parent 6b32e82ac1
commit 63e10f6e73
  1. 13
      .circleci/config.yml

@ -47,14 +47,6 @@ workflows:
requires:
- prep-deps-npm
- prep-build
# - test-integration-mascara-chrome:
# requires:
# - prep-deps-npm
# - prep-scss
# - test-integration-mascara-firefox:
# requires:
# - prep-deps-npm
# - prep-scss
- test-integration-flat-chrome:
requires:
- prep-deps-npm
@ -73,8 +65,6 @@ workflows:
- test-e2e-beta-chrome
- test-e2e-beta-firefox
- test-e2e-beta-drizzle
# - test-integration-mascara-chrome
# - test-integration-mascara-firefox
- test-integration-flat-chrome
- test-integration-flat-firefox
- job-screens:
@ -293,9 +283,6 @@ jobs:
- checkout
- attach_workspace:
at: .
# - store_artifacts:
# path: dist/mascara
# destination: builds/mascara
- store_artifacts:
path: dist/sourcemaps
destination: builds/sourcemaps

Loading…
Cancel
Save