From 24334446836e621c2528a8b7c7557847ed9563a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Thu, 14 Nov 2019 13:04:40 -0500 Subject: [PATCH] fix: disable conda deployment --- .circleci/config.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c8cdce3..5be77c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,19 +83,19 @@ jobs: # ======================================================================================= # Conda distribution. # ======================================================================================= - conda-deploy: - docker: - - image: null # TODO: use circle ci python image. - steps: - - run: - name: checkout feedstock - command: git clone https://github.com/conda-forge/spleeter-feedstock - - run: - name: update version - command: sed -i 's///g' - - run: - name: deploy - command: git add recipe && git commit -m "" && git push + #conda-deploy: + # docker: + # - image: null # TODO: use circle ci python image. + # steps: + # - run: + # name: checkout feedstock + # command: git clone https://github.com/conda-forge/spleeter-feedstock + # - run: + # name: update version + # command: sed -i 's///g' + # - run: + # name: deploy + # command: git add recipe && git commit -m "" && git push workflows: version: 2 spleeter-workflow: