cubetiq-ts-utils/.drone.yml
Sambo Chea df0b744058
All checks were successful
continuous-integration/drone/push Build is passing
Add env
2021-03-10 15:52:17 +07:00

14 lines
204 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