test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Memiks 2019-12-06 09:54:05 +09:00
parent c5ff0e2cda
commit 6a48747ead

View File

@ -2,17 +2,13 @@ kind: pipeline
type: exec
name: exec-debian-memiks
platform:
os: linux
arch: amd64
steps:
- name: build
- name: backend
commands:
- docker build -t docker-php-nginx .
- echo go build
- echo go test
trigger:
event:
- push
- tag
- rollback
- name: frontend
commands:
- echo npm install
- echo npm test