This commit is contained in:
Core 2022-04-30 14:58:15 +01:00
parent 100d1bf3ba
commit b0a8c18e43
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -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: