silenced curl and updated README.md
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-05 00:27:29 +01:00
parent 116b5d3401
commit 1db3233e32
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

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