mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: disable conda deployment
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user