Skip to content

Commit

Permalink
Technical/Update CircleCI config (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestwebua authored Jan 22, 2023
1 parent d3c4716 commit 8981074
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ references:
install_system_dependencies: &install_system_dependencies
run:
name: Installing system dependencies
command: |
bundle exec smtp_mock -s -i ~
command: bundle exec smtp_mock -s -i ~

install_linters: &install_linters
run:
Expand All @@ -45,20 +44,17 @@ references:
use_latest_bundler: &use_latest_bundler
run:
name: Using latest bundler
command: |
gem install bundler
command: gem install bundler

use_latest_gemspec: &use_latest_gemspec
run:
name: Using latest gemspec
command: |
cp .circleci/gemspecs/latest truemail.gemspec
command: cp .circleci/gemspecs/latest truemail.gemspec

use_compatible_gemspec: &use_compatible_gemspec
run:
name: Using compatible gemspec
command: |
cp .circleci/gemspecs/compatible truemail.gemspec
command: cp .circleci/gemspecs/compatible truemail.gemspec

jobs:
linters-ruby:
Expand Down

0 comments on commit 8981074

Please sign in to comment.