Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaddox committed Dec 4, 2020
1 parent 7a47c64 commit 33b80cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2.1 # use CircleCI 2.0

orbs:
jira: circleci/jira@1.0.5
slack: circleci/slack@4.1.3

jobs: # A basic unit of work in a run
test: # runs not using Workflows must have a `build` job as entry point
Expand Down Expand Up @@ -304,6 +305,7 @@ workflows:
branches:
ignore:
- gh-pages
context: github personal access token
#- dist:
# requires:
# - test
Expand All @@ -318,6 +320,7 @@ workflows:
branches:
ignore:
- gh-pages
context: github personal access token
#- deploy:
# requires:
# - dist
Expand All @@ -333,6 +336,7 @@ workflows:
branches:
ignore:
- gh-pages
context: github personal access token

# TODO this seems like a more "proper" workflow
# jobs:
Expand Down

0 comments on commit 33b80cc

Please sign in to comment.