Compare commits
No commits in common. "398e61bddbd206e66b88cbc5ee72ebacf2c2a15b" and "c3b9e135b056edb108759e0d72c5a8d2d2079588" have entirely different histories.
398e61bddb
...
c3b9e135b0
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: tests:node_latest
|
name: tests:node_14.0.0
|
||||||
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.1-alpine3.12
|
image: node:14.15-alpine3.10
|
||||||
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.1-alpine3.12
|
image: node:14.15-alpine3.10
|
||||||
commands:
|
commands:
|
||||||
- yarn
|
- yarn
|
||||||
- yarn licenses:export
|
- yarn licenses:export
|
||||||
|
Loading…
x
Reference in New Issue
Block a user