cubetiq-ts-utils/.drone.yml

15 lines
213 B
YAML
Raw Permalink Normal View History

2021-03-10 15:12:42 +07:00
kind: pipeline
type: docker
name: ci
steps:
- name: test
image: node
environment:
DOCKER_REGISTRY:
from_secret: docker_registry
commands:
2021-03-10 15:52:17 +07:00
- echo $DOCKER_REGISTRY
2021-03-10 15:12:42 +07:00
- yarn
2021-03-10 20:40:52 +07:00
- yarn
- yarn test