mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-01 18:13:32 +02:00
ci: Remove containers entirely
I've removed containers from tthe config entirely because I don't think we need them. Hopefully this
will fix the build. 🤷🏻♂️
This commit is contained in:
@@ -1,17 +1,7 @@
|
|||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
defaults: &defaults
|
|
||||||
docker:
|
|
||||||
- image: circleci/node
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
<<: *defaults
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: Restore Repository Cache
|
name: Restore Repository Cache
|
||||||
@@ -35,8 +25,6 @@ jobs:
|
|||||||
- .
|
- .
|
||||||
|
|
||||||
install-dependencies:
|
install-dependencies:
|
||||||
<<: *defaults
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
@@ -63,8 +51,6 @@ jobs:
|
|||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
build:
|
build:
|
||||||
<<: *defaults
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
@@ -101,8 +87,6 @@ jobs:
|
|||||||
- css
|
- css
|
||||||
|
|
||||||
# test:
|
# test:
|
||||||
# <<: *defaults
|
|
||||||
|
|
||||||
# steps:
|
# steps:
|
||||||
# - attach_workspace:
|
# - attach_workspace:
|
||||||
# at: .
|
# at: .
|
||||||
@@ -116,8 +100,6 @@ jobs:
|
|||||||
# command: yarn test
|
# command: yarn test
|
||||||
|
|
||||||
# coverage:
|
# coverage:
|
||||||
# <<: *defaults
|
|
||||||
|
|
||||||
# steps:
|
# steps:
|
||||||
# - attach_workspace:
|
# - attach_workspace:
|
||||||
# at: .
|
# at: .
|
||||||
@@ -131,8 +113,6 @@ jobs:
|
|||||||
# command: yarn test-coverage
|
# command: yarn test-coverage
|
||||||
|
|
||||||
release:
|
release:
|
||||||
<<: *defaults
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
|
Reference in New Issue
Block a user