Skip to content

Commit

Permalink
creating or updating the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fixbot committed Apr 7, 2020
1 parent 0f7f66f commit 35de687
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2
jobs:
release:
docker:
- image: circleci/ruby:2.7.0
- image: circleci/ruby:2.7.1
steps:
- checkout
- run: bundle config stitchfix01.jfrog.io $ARTIFACTORY_USER:$ARTIFACTORY_TOKEN
Expand All @@ -17,9 +17,9 @@ jobs:
- run:
name: Build/release gem to artifactory
command: bundle exec rake push_artifactory
ruby-2.7.0-rails-6.0:
ruby-2.7.1-rails-6.0:
docker:
- image: circleci/ruby:2.7.0
- image: circleci/ruby:2.7.1
environment:
BUNDLE_GEMFILE: Gemfile.rails-6.0
working_directory: "~/stitches"
Expand All @@ -39,9 +39,9 @@ jobs:
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-2.6.5-rails-6.0:
ruby-2.6.6-rails-6.0:
docker:
- image: circleci/ruby:2.6.5
- image: circleci/ruby:2.6.6
environment:
BUNDLE_GEMFILE: Gemfile.rails-6.0
working_directory: "~/stitches"
Expand All @@ -61,9 +61,9 @@ jobs:
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-2.7.0-rails-5.2:
ruby-2.7.1-rails-5.2:
docker:
- image: circleci/ruby:2.7.0
- image: circleci/ruby:2.7.1
environment:
BUNDLE_GEMFILE: Gemfile.rails-5.2
working_directory: "~/stitches"
Expand All @@ -83,9 +83,9 @@ jobs:
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-2.6.5-rails-5.2:
ruby-2.6.6-rails-5.2:
docker:
- image: circleci/ruby:2.6.5
- image: circleci/ruby:2.6.6
environment:
BUNDLE_GEMFILE: Gemfile.rails-5.2
working_directory: "~/stitches"
Expand All @@ -112,31 +112,31 @@ workflows:
- release:
context: org-global
requires:
- ruby-2.7.0-rails-6.0
- ruby-2.6.5-rails-6.0
- ruby-2.7.0-rails-5.2
- ruby-2.6.5-rails-5.2
- ruby-2.7.1-rails-6.0
- ruby-2.6.6-rails-6.0
- ruby-2.7.1-rails-5.2
- ruby-2.6.6-rails-5.2
filters:
tags:
only: /^[0-9]+\.[0-9]+\.[0-9]+(\.?RC[-\.]?\d*)?$/
only: /^[0-9]+\.[0-9]+\.[0-9]+(\.?(RC|rc)[-\.]?\d*)?$/
branches:
ignore: /.*/
- ruby-2.7.0-rails-6.0:
- ruby-2.7.1-rails-6.0:
context: org-global
filters:
tags:
only: &1 /.*/
- ruby-2.6.5-rails-6.0:
- ruby-2.6.6-rails-6.0:
context: org-global
filters:
tags:
only: *1
- ruby-2.7.0-rails-5.2:
- ruby-2.7.1-rails-5.2:
context: org-global
filters:
tags:
only: *1
- ruby-2.6.5-rails-5.2:
- ruby-2.6.6-rails-5.2:
context: org-global
filters:
tags:
Expand All @@ -150,11 +150,11 @@ workflows:
only:
- master
jobs:
- ruby-2.7.0-rails-6.0:
- ruby-2.7.1-rails-6.0:
context: org-global
- ruby-2.6.5-rails-6.0:
- ruby-2.6.6-rails-6.0:
context: org-global
- ruby-2.7.0-rails-5.2:
- ruby-2.7.1-rails-5.2:
context: org-global
- ruby-2.6.5-rails-5.2:
- ruby-2.6.6-rails-5.2:
context: org-global

0 comments on commit 35de687

Please sign in to comment.