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

Passion the correct branch to docker cloud

parent 2ba551fb
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ if [[ $TRAVIS_TAG ]]
then
CURL_DATA='{"source_type":"Tag","source_name":"'"$TRAVIS_TAG"'"}';
else
CURL_DATA='{"source_type":"Branch","source_name":"develop"}';
CURL_DATA='{"source_type":"Branch","source_name":"'"$TRAVIS_BRANCH"'"}';
fi
curl -H "Content-Type: application/json" --data "$CURL_DATA" -X POST "$CURL_URL"
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