Updated config.yml
This commit is contained in:
parent
b0a8c18e43
commit
0261362f14
1 changed files with 2 additions and 4 deletions
|
@ -1,15 +1,13 @@
|
|||
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
|
||||
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