Alpha Release 0.0.12 #98

Merged
niggl merged 76 commits from dev into main 2021-01-13 19:33:09 +00:00
Showing only changes of commit 67b3101fd1 - Show all commits

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: