fix: yaml end.

This commit is contained in:
surtur 2020-06-03 20:39:26 +02:00
parent 79a535ad35
commit 2a9f5b3e5b
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -62,7 +62,7 @@ steps:
from_secret: dockerhub_endpoint_nightly
LOVEYML: -H 'Content-Type:application/json' --data '{"docker_tag":"nightly"}'
commands:
- curl $LOVEYML -X POST $ENDPOINT
- 'curl -H ''Content-Type:application/json'' --data ''{"docker_tag":"nightly"}'' -X POST $ENDPOINT
---