Compare commits

...

2 Commits

Author SHA1 Message Date
398e61bddb Merge branch 'feature/67-scan_apis' of git.odit.services:lfk/backend into feature/67-scan_apis
Some checks failed
continuous-integration/drone/pr Build is failing
# Conflicts:
#	.drone.yml
2021-01-08 19:37:25 +01:00
e6576f4a54 Finned node version for ci
ref #67
2021-01-08 19:37:13 +01:00

View File

@ -1,6 +1,6 @@
--- ---
kind: pipeline kind: pipeline
name: tests:node_14.0.0 name: tests:node_latest
clone: clone:
disable: true disable: true
steps: steps:
@ -11,7 +11,7 @@ steps:
- git checkout $DRONE_SOURCE_BRANCH - git checkout $DRONE_SOURCE_BRANCH
- mv .env.ci .env - mv .env.ci .env
- name: run tests - name: run tests
image: node:14.15-alpine3.10 image: node:14.15.1-alpine3.12
commands: commands:
- yarn - yarn
- yarn test:ci - yarn test:ci
@ -39,7 +39,7 @@ steps:
registry: registry.odit.services registry: registry.odit.services
- name: run full license export - name: run full license export
depends_on: ["clone"] depends_on: ["clone"]
image: node:14.15-alpine3.10 image: node:14.15.1-alpine3.12
commands: commands:
- yarn - yarn
- yarn licenses:export - yarn licenses:export