From e30dd77ff793b12bf8751e755aa784fa450aa022 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Tue, 21 Sep 2021 16:05:27 +0200 Subject: [PATCH] remove --- .circleci/config.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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