cubetiq-ts-utils/.drone.yml
2021-03-10 15:12:42 +07:00

14 lines
206 B
YAML

kind: pipeline
type: docker
name: ci
steps:
- name: test
image: node
environment:
DOCKER_REGISTRY:
from_secret: docker_registry
commands:
- echo ${DOCKER_REGISTRY}
- yarn
- yarn build