parent
72d65f93d8
commit
7a2ee454c7
@ -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…
Reference in new issue