alpine-php-nginx/.drone.yml
Memiks 6a48747ead
All checks were successful
continuous-integration/drone/push Build is passing
test
2019-12-06 09:54:05 +09:00

14 lines
190 B
YAML

kind: pipeline
type: exec
name: exec-debian-memiks
steps:
- name: backend
commands:
- echo go build
- echo go test
- name: frontend
commands:
- echo npm install
- echo npm test