Skip to content
Snippets Groups Projects
Commit 912434e8 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

curl....

parent 316f0e4d
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ else
if ["$TRAVIS_BRANCH" ="master" ]; then
CURL_DATA='{"source_type":"Branch","source_name":"master","docker_tag":"latest"}';
else
CURL_DATA='{"source_type":"Branch","source_name":"$TRAVIS_BRANCH","docker_tag":"$TRAVIS_BRANCH"}';
CURL_DATA='{"source_type":"Branch","source_name":"'$TRAVIS_BRANCH'","docker_tag":"'$TRAVIS_BRANCH'"}';
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment