mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-13 07:05:58 +00:00
Adding mongo image to the circleci config
This commit is contained in:
@@ -6,13 +6,8 @@ version: 2
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
# specify the version you desire here
|
|
||||||
- image: circleci/node:7.10
|
- image: circleci/node:7.10
|
||||||
|
- image: circleci/mongo:3.4.4
|
||||||
# Specify service dependencies here if necessary
|
|
||||||
# CircleCI maintains a library of pre-built images
|
|
||||||
# documented at https://circleci.com/docs/2.0/circleci-images/
|
|
||||||
# - image: circleci/mongo:3.4.4
|
|
||||||
|
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ module.exports = {
|
|||||||
skipComments : true,
|
skipComments : true,
|
||||||
skipBlankLines : true,
|
skipBlankLines : true,
|
||||||
}],
|
}],
|
||||||
'max-depth' : ['warn', { max: 4}],
|
'max-depth' : ['warn', { max: 4 }],
|
||||||
'max-params' : ['warn', { max: 4 }],
|
'max-params' : ['warn', { max: 4 }],
|
||||||
'no-restricted-syntax' : ['warn', 'ClassDeclaration', 'SwitchStatement'],
|
'no-restricted-syntax' : ['warn', 'ClassDeclaration', 'SwitchStatement'],
|
||||||
'no-unused-vars' : ['warn', {
|
'no-unused-vars' : ['warn', {
|
||||||
|
|||||||
Reference in New Issue
Block a user