Skip to content

Commit

Permalink
remove lint firefox from circle
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Nov 28, 2022
1 parent 320919c commit 07c85ff
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ jobs:
- store_artifacts:
path: dist/electron

lint firefox:
<<: *node_env
<<: *ramdisk
steps:
- checkout
- *restore_node_modules_cache
- *restore_build_cache
- run: yarn run lint:firefox

verify version:
<<: *node_env
<<: *ramdisk
Expand Down Expand Up @@ -141,17 +132,10 @@ workflows:
only: /.*/
branches:
ignore: /.*/
- lint firefox:
requires:
- build
filters:
tags:
only: /.*/
- deploy chrome:
requires:
- install
- build
- lint firefox
- verify version
filters:
tags:
Expand All @@ -162,7 +146,6 @@ workflows:
requires:
- install
- build
- lint firefox
- verify version
filters:
tags:
Expand All @@ -173,7 +156,6 @@ workflows:
requires:
- install
- build
- lint firefox
- verify version
filters:
tags:
Expand Down

0 comments on commit 07c85ff

Please sign in to comment.