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 95b0b25 commit 9291e6f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ parameters:
workflows:
build:
jobs:
- build
- build:
context: karr_lab

jobs:
build:
Expand Down Expand Up @@ -110,10 +111,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 9291e6f

Please sign in to comment.