diff --git a/.drone.yml b/.drone.yml index 8354339..09d773e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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" ...