diff --git a/.circleci/config.yml b/.circleci/config.yml index 9526776..552395a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,8 +62,7 @@ jobs: command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main - run: name: Smoke test - command: | - ./testbackend.sh + command: ./testbackend.sh buildandpush_dockerhub: docker: - image: docker:17.05.0-ce-git