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