Update .drone.yml

dev
Vladimir Kutkovoy 1 year ago
parent 72d65f93d8
commit 7a2ee454c7
  1. 13
      .drone.yml

@ -1,8 +1,9 @@
name: drone-test
kind: pipeline
type: docker
name: default
steps:
- name: test
image: alpine
commands:
- echo "It worked!"
- name: test_node
image: node
commands:
- npm install
- npm run
Loading…
Cancel
Save