Skip to content

Commit

Permalink
updating to circleci pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Mar 20, 2020
1 parent 97b00f8 commit 2371949
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .circleci/config.yml
Expand Up @@ -11,7 +11,8 @@ parameters:
workflows:
build:
jobs:
- build
- build:
context: karr_lab

jobs:
build:
Expand Down Expand Up @@ -109,10 +110,3 @@ jobs:
- store_artifacts:
path: /root/project/docs/_build/html
destination: docs

# workflows:
# version: 2
# build:
# jobs:
# - build:
# context: karr_lab

0 comments on commit 2371949

Please sign in to comment.