fix: final yml mapping

This commit is contained in:
surtur 2020-06-03 20:49:03 +02:00
parent bce954d9e0
commit 786c2cacb7
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

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