From 27759c3e5c7df726cd717d05622160bbacc5b466 Mon Sep 17 00:00:00 2001 From: tchawou-daniel Date: Mon, 18 Jan 2021 01:23:00 +0100 Subject: [PATCH] :wrench: update .circleci/config.yml file --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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