Browse Source

smoke test fix

main
Louis Dutoit 6 years ago
parent
commit
e3ba98ac48
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -127,7 +127,7 @@ jobs:
command: |
if [[ "$HTTPCODE" -ne 200 ]]; then
echo "heroku app not responding, failing deploy" \
exit 1 \
exit 1; \
HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://morning-island-14161.herokuapp.com/`
workflows:

Loading…
Cancel
Save