fix: another yaml ***

This commit is contained in:
surtur 2020-06-03 20:24:52 +02:00
parent d4b6400735
commit 79a535ad35
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

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