Skip to content
Snippets Groups Projects
Verified Commit ff5281bd authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Test .drone.yml

parent a1e2ff01
Branches
Tags
No related merge requests found
kind: pipeline kind: pipeline
type: docker name: default
name: hello-world
trigger:
branch:
- main
event:
- push
steps: steps:
- name: say-hello - name: docker
image: busybox image: plugins/docker
commands: settings:
- echo "Hello World!" username: test
\ No newline at end of file password: test
repo: andrej/test
tags:
- latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment