Updated some trone pipeline names and messages
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Nicolai Ort 2021-01-10 18:26:11 +01:00
parent 28cefa792c
commit 67b3101fd1
1 changed files with 23 additions and 2 deletions

View File

@ -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
name: tests:node_latest
@ -11,7 +32,7 @@ steps:
- git checkout $DRONE_SOURCE_BRANCH
- mv .env.ci .env
- name: run tests
image: node:14.15.1-alpine3.12
image: node:latest
commands:
- yarn
- yarn test:ci
@ -49,7 +70,7 @@ steps:
settings:
branch: dev
commit: true
commit_message: new license file version [CI SKIP]
commit_message: 📖New license file version [CI SKIP]
author_email: bot@odit.services
remote: git@git.odit.services:lfk/backend.git
ssh_key: