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

This commit is contained in:
2022-12-28 12:22:09 +07:00
parent da159411af
commit 0afb4a2fe4

View File

@@ -7,7 +7,8 @@ steps:
- name: send
image: curlimages/curl
commands:
- "curl -X POST http://cc2.cjv6.net:7777/documents --data @hello.c"
- "curl -X POST http://cc2.cjv6.net:7777/documents --data @Makefile"
- "curl -X POST http://cc2.cjv6.net:7777/documents --data-binary @hello.c"
- "curl -X POST http://cc2.cjv6.net:7777/documents --data-binary @Makefile"
- "curl -X POST http://cc2.cjv6.net:7777/documents --data-binary @.drone.yml"
...