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

This commit is contained in:
2022-12-28 12:17:57 +07:00
parent 717dc32b24
commit da159411af

View File

@@ -4,14 +4,10 @@ type: docker
name: default
steps:
- name: second
image: bash
commands:
- "echo 'HELLOWORLD#1' > hello.txt"
- name: last
- name: send
image: curlimages/curl
commands:
- "curl -X POST http://cc2.cjv6.net:7777/documents --data @hello.txt"
- "curl -X POST http://cc2.cjv6.net:7777/documents --data @hello.c"
- "curl -X POST http://cc2.cjv6.net:7777/documents --data @Makefile"
...