Commit ccc77359 authored by chang yating's avatar chang yating

test yaml

parent 61055c4b
Pipeline #4411 failed with stages
in 0 seconds
pipeline:
build:
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node
commands:
- npm install
- npm test
publish:
- name: publish
image: plugins/docker
repo: drone/node-demo
secrets: [ docker_username, docker_password ]
dry_run: true # remove this to publish
settings:
repo: drone/node-demo
dry_run: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment