From da159411afa6c99db8b40881b973eac769a23395 Mon Sep 17 00:00:00 2001 From: Chatchai J Date: Wed, 28 Dec 2022 12:17:57 +0700 Subject: [PATCH] test#5 --- .drone.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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" ...