adjusted some spacing stuff on the bin page
This commit is contained in:
parent
ee86ec176c
commit
59c14e3f8b
5 changed files with 39 additions and 34 deletions
|
|
@ -13,8 +13,8 @@ dependencies:production:
|
|||
only:
|
||||
refs:
|
||||
- master
|
||||
before_script:
|
||||
- npm -g config set user root
|
||||
# before_script:
|
||||
# - npm -g config set user root
|
||||
script:
|
||||
- npm ci
|
||||
cache:
|
||||
|
|
@ -28,17 +28,17 @@ dependencies:production:
|
|||
paths:
|
||||
- node_modules/
|
||||
|
||||
test:
|
||||
image: node:$NODE_VERSION
|
||||
stage: setup
|
||||
dependencies:
|
||||
- dependencies:production
|
||||
only:
|
||||
- master
|
||||
before_script:
|
||||
- npm run lint
|
||||
script:
|
||||
- CI=true npm run test
|
||||
# test:
|
||||
# image: node:$NODE_VERSION
|
||||
# stage: setup
|
||||
# dependencies:
|
||||
# - dependencies:production
|
||||
# only:
|
||||
# - master
|
||||
# before_script:
|
||||
# - npm run lint
|
||||
# script:
|
||||
# - CI=true npm run test
|
||||
|
||||
setup:production:
|
||||
image: node:$NODE_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue