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 kind: pipeline
type: docker name: default
steps: steps:
- name: test - name: test_node
image: alpine image: node
commands: commands:
- echo "It worked!" - npm install
- npm run
Loading…
Cancel
Save