Fix Docker tag syntax
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2019-03-03 13:36:34 +07:00
parent 825bbd63ea
commit f1fc68e7bf

View File

@@ -3,7 +3,7 @@ name: default
steps: steps:
- name: tests - name: tests
image: colthreepv/node-chrome#8 image: colthreepv/node-chrome:8
commands: commands:
- npm install - npm install
- npm test - npm test