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
No related branches found
No related tags found
No related merge requests found
kind: pipeline
type: docker
name: hello-world
trigger:
branch:
- main
event:
- push
name: default
steps:
- name: say-hello
image: busybox
commands:
- echo "Hello World!"
\ No newline at end of file
- name: docker
image: plugins/docker
settings:
username: test
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