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
|
version: 2.1
|
||||||
orbs: # adds orbs to your configuration
|
orbs: # adds orbs to your configuration
|
||||||
jira: circleci/jira@1.0.5 # invokes the Jira orb, making its commands accessible
|
jira: circleci/jira@1.0.5 # invokes the Jira orb, making its commands accessible
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- main
|
|
||||||
- develop
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
working_directory: ~/Cider
|
working_directory: ~/Cider
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:16
|
- image: circleci/node:16
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- main
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue