Browse Source

add coma at end of line python

main
guidezSeb 6 years ago
parent
commit
4137940edb
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -69,7 +69,7 @@ jobs:
command: HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/api/articles` command: HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/api/articles`
- run: - run:
name: Smoke check name: Smoke check
command: if [ "$HTTPCODE" -ne 200 ];then echo "heroku app not responding, failing to deploy" exit 1 fi
command: if [ "$HTTPCODE" -ne 200 ];then echo "heroku app not responding, failing to deploy" exit 1 fi;
docker-build-push: docker-build-push:
working_directory: /dockerapp working_directory: /dockerapp
docker: docker:

Loading…
Cancel
Save