Commit 17c2983d authored by skysky's avatar skysky

Update .drone.yml

parent 41ada05a
Pipeline #4418 failed with stage
...@@ -9,12 +9,13 @@ steps: ...@@ -9,12 +9,13 @@ steps:
- npm install - npm install
- npm test - npm test
- name: try - name: try
image: plugins/git image: alpine
command: command:
- cat README.md - cat README.md
- name: echo - name: echo
image: plugins/git image: plugins/git
commands: commands:
- echo "It's a test step." - echo "It's a test step."
when:
status: [ success, failure ]
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