Skip to content
Snippets Groups Projects
Commit bbc964e8 authored by Aaron Ogle's avatar Aaron Ogle Committed by Diego Sampaio
Browse files

Add check to make sure releases actually was updated (#12791)

parent 1dfb3391
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,6 @@ IFS=$'\n\t'
curl -X POST \
-H "X-Update-Token: ${UPDATE_TOKEN}" \
https://releases.rocket.chat/update
# Makes build fail if the release isn't there
curl --fail https://releases.rocket.chat/$CIRCLE_TAG/info
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