test#2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-28 11:57:26 +07:00
parent ab761bc6d5
commit f913cb92be

View File

@@ -4,7 +4,8 @@ type: docker
name: default
steps:
- image: bash
- name: first
image: bash
commands:
- echo "hello"
...