diff --git a/.circleci/config.yml b/.circleci/config.yml index 0a2c964e4..ea5a656ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,17 +40,4 @@ jobs: name: Publish Docker Image to Docker Hub command: | docker login -u abouhuolia -p 1532015325_ASdfqwer - docker push abouhuolia/bigcapital-client:latest - slack-notify: - docker: - # replace with your preferred image - - image: cimg/base:stable - steps: - - slack/notify: - branch_pattern: master - channel: development - -workflows: - example-workflow: - jobs: - - slack-notify \ No newline at end of file + docker push abouhuolia/bigcapital-client:latest \ No newline at end of file