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

pull/12768/head^2
Aaron Ogle 7 years ago committed by Diego Sampaio
parent 1dfb339169
commit bbc964e896
  1. 3
      .circleci/update-releases.sh

@ -5,3 +5,6 @@ IFS=$'\n\t'
curl -X POST \ curl -X POST \
-H "X-Update-Token: ${UPDATE_TOKEN}" \ -H "X-Update-Token: ${UPDATE_TOKEN}" \
https://releases.rocket.chat/update https://releases.rocket.chat/update
# Makes build fail if the release isn't there
curl --fail https://releases.rocket.chat/$CIRCLE_TAG/info

Loading…
Cancel
Save