fix: disable conda deployment

This commit is contained in:
Félix Voituret
2019-11-14 13:04:40 -05:00
parent 4a743cd618
commit 2433444683

View File

@@ -83,19 +83,19 @@ jobs:
# ======================================================================================= # =======================================================================================
# Conda distribution. # Conda distribution.
# ======================================================================================= # =======================================================================================
conda-deploy: #conda-deploy:
docker: # docker:
- image: null # TODO: use circle ci python image. # - image: null # TODO: use circle ci python image.
steps: # steps:
- run: # - run:
name: checkout feedstock # name: checkout feedstock
command: git clone https://github.com/conda-forge/spleeter-feedstock # command: git clone https://github.com/conda-forge/spleeter-feedstock
- run: # - run:
name: update version # name: update version
command: sed -i 's///g' # command: sed -i 's///g'
- run: # - run:
name: deploy # name: deploy
command: git add recipe && git commit -m "" && git push # command: git add recipe && git commit -m "" && git push
workflows: workflows:
version: 2 version: 2
spleeter-workflow: spleeter-workflow: