Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Oct 26, 2023
1 parent 588e3b5 commit d2f88ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ orbs:
node: circleci/[email protected]

jobs:
build: # this can be any name you choose
build-rpm: # this can be any name you choose
executor: node/default # use the default executor defined within the orb
steps:
- checkout
Expand Down Expand Up @@ -123,4 +123,5 @@ workflows:
- equal: [master, << pipeline.git.branch >>]
- equal: [release, << pipeline.git.branch >>]
jobs:
- build
- build-rpm
- build-all

0 comments on commit d2f88ec

Please sign in to comment.