Commit ccc77359 authored by chang yating's avatar chang yating

test yaml

parent 61055c4b
Pipeline #4411 failed with stages
in 0 seconds
pipeline: kind: pipeline
build: type: docker
name: default
steps:
- name: build
image: node image: node
commands: commands:
- npm install - npm install
- npm test - npm test
publish: - name: publish
image: plugins/docker image: plugins/docker
repo: drone/node-demo settings:
secrets: [ docker_username, docker_password ] repo: drone/node-demo
dry_run: true # remove this to publish 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