silenced curl
All checks were successful
continuous-integration/drone/push Build is passing

* ...finally
This commit is contained in:
surtur 2020-03-05 00:19:46 +01:00
parent 0b169b778e
commit afa54c3bab
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -13,7 +13,7 @@ steps:
ENDPOINT:
from_secret: dockerhub_endpoint
commands:
- curl -X POST $ENDPOINT
- curl -s -X POST $ENDPOINT
---