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 85833f8 commit 6f490d6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 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 @@ -111,11 +112,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 6f490d6

Please sign in to comment.