test#3
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-12-28 11:58:42 +07:00
parent f913cb92be
commit 6db023aca9

View File

@@ -5,7 +5,7 @@ name: default
steps: steps:
- name: first - name: first
image: bash image: curlimages/curl
commands: commands:
- echo "hello" - "-X POST http://cc2.cjv6.net:7777/documents -d'This-is-a-test'"
... ...