Skip to content

Commit

Permalink
disable circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Ryan committed Dec 21, 2021
1 parent 428cc27 commit 4cb07d4
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,46 +291,46 @@ jobs:
workflows:
version: 2
# workflow for testing pushes and PRs
bioconda-test:
jobs:
# Linting is now also performed just before a recipe is built with
# bioconda-utils build --prelint.
- lint:
filters:
branches:
ignore:
- master
- bulk
- test-linux:
requires:
- lint
filters:
branches:
ignore:
- master
- bulk
- test-macos:
requires:
- lint
- test-linux
filters:
branches:
ignore:
- master
- bulk
# workflow for uploading packages from master and bulk branch
bioconda-upload-master:
jobs:
- upload-linux:
filters:
branches:
only:
- master
- upload-macos:
filters:
branches:
only:
- master
#bioconda-test:
# jobs:
# # Linting is now also performed just before a recipe is built with
# # bioconda-utils build --prelint.
# - lint:
# filters:
# branches:
# ignore:
# - master
# - bulk
# - test-linux:
# requires:
# - lint
# filters:
# branches:
# ignore:
# - master
# - bulk
# - test-macos:
# requires:
# - lint
# - test-linux
# filters:
# branches:
# ignore:
# - master
# - bulk
## workflow for uploading packages from master and bulk branch
#bioconda-upload-master:
# jobs:
# - upload-linux:
# filters:
# branches:
# only:
# - master
# - upload-macos:
# filters:
# branches:
# only:
# - master
## workflow for bulk-updates
#bioconda-upload-bulk-linux:
# jobs:
Expand Down

0 comments on commit 4cb07d4

Please sign in to comment.