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 type: exec
name: exec-debian-memiks name: exec-debian-memiks
platform:
os: linux
arch: amd64
steps: steps:
- name: build - name: backend
commands: commands:
- docker build -t docker-php-nginx . - echo go build
- echo go test
trigger: - name: frontend
event: commands:
- push - echo npm install
- tag - echo npm test
- rollback