From 018644d6c6147935235f7bfae0168bc53af754f1 Mon Sep 17 00:00:00 2001 From: Chatchai J Date: Wed, 28 Dec 2022 11:41:36 +0700 Subject: [PATCH] try pipeline using curl docker and hastebin-server --- .drone.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6fbbe7c..f586d88 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,13 +4,7 @@ type: docker name: default steps: -- name: build - image: gcc + image: curlimages/curl:latest commands: - - make - -- name: run - image: bash - commands: - - if [ -f ./hello ]; then ./hello; fi + - -s -X POST http://cc2.cjv6.net:7777/documents -d"testpipeline" ...