Gregory Ballantine
e1f78e9b32
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
18 lines
325 B
YAML
18 lines
325 B
YAML
pipeline:
|
|
tests:
|
|
image: node:18
|
|
commands:
|
|
- "npm install"
|
|
- "npm run lint"
|
|
|
|
gitea_release:
|
|
image: plugins/gitea-release
|
|
settings:
|
|
api_key:
|
|
from_secret: gitea_api_key
|
|
base_url: https://git.metaunix.net
|
|
files:
|
|
title: "${CI_COMMIT_TAG}"
|
|
when:
|
|
event: tag
|