Updated some trone pipeline names and messages
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
28cefa792c
commit
67b3101fd1
25
.drone.yml
25
.drone.yml
@ -1,3 +1,24 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: tests:14.15.1-alpine3.12
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
steps:
|
||||||
|
- name: checkout pr
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git clone $DRONE_REMOTE_URL .
|
||||||
|
- git checkout $DRONE_SOURCE_BRANCH
|
||||||
|
- mv .env.ci .env
|
||||||
|
- name: run tests
|
||||||
|
image: node:14.15.1-alpine3.12
|
||||||
|
commands:
|
||||||
|
- yarn
|
||||||
|
- yarn test:ci
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- pull_request
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: tests:node_latest
|
name: tests:node_latest
|
||||||
@ -11,7 +32,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:latest
|
||||||
commands:
|
commands:
|
||||||
- yarn
|
- yarn
|
||||||
- yarn test:ci
|
- yarn test:ci
|
||||||
@ -49,7 +70,7 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
branch: dev
|
branch: dev
|
||||||
commit: true
|
commit: true
|
||||||
commit_message: new license file version [CI SKIP]
|
commit_message: 📖New license file version [CI SKIP]
|
||||||
author_email: bot@odit.services
|
author_email: bot@odit.services
|
||||||
remote: git@git.odit.services:lfk/backend.git
|
remote: git@git.odit.services:lfk/backend.git
|
||||||
ssh_key:
|
ssh_key:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user