docker build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Memiks 2019-12-06 10:08:01 +09:00
parent 6a48747ead
commit 1c321f06ce

View File

@ -3,12 +3,6 @@ type: exec
name: exec-debian-memiks name: exec-debian-memiks
steps: steps:
- name: backend - name: docker build
commands: commands:
- echo go build - docker built -t docker-php-nginx .
- echo go test
- name: frontend
commands:
- echo npm install
- echo npm test