diff --git a/.drone.yml b/.drone.yml index 321f53d..2d49a72 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: ENDPOINT: from_secret: dockerhub_endpoint commands: - - curl -X POST $ENDPOINT + - curl -s -X POST $ENDPOINT ---