fix
This commit is contained in:
parent
100d1bf3ba
commit
b0a8c18e43
1 changed files with 4 additions and 5 deletions
|
@ -1,16 +1,15 @@
|
|||
version: 2.1
|
||||
orbs: # adds orbs to your configuration
|
||||
jira: circleci/jira@1.0.5 # invokes the Jira orb, making its commands accessible
|
||||
branches:
|
||||
only:
|
||||
- main
|
||||
- develop
|
||||
jobs:
|
||||
build:
|
||||
working_directory: ~/Cider
|
||||
docker:
|
||||
- image: circleci/node:16
|
||||
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- main
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue