diff --git a/.drone.yml b/.drone.yml index f75d3fc..fe2e059 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,5 +7,5 @@ steps: - name: first image: curlimages/curl commands: - - "-X POST http://cc2.cjv6.net:7777/documents -d'This-is-a-test'" + - "curl -X POST http://cc2.cjv6.net:7777/documents -d'This-is-a-test'" ...