Skip to content

Commit

Permalink
Actually use parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jan 12, 2021
1 parent 060bc44 commit e789f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
docker:
- image: "circleci/ruby:<< parameters.ruby_version >>"
environment:
GEMFILE_NAME: "rails_6_0.gemfile"
GEMFILE_NAME: <<parameters.gemfile>>
steps:
- checkout
- <<: *set_git_config
Expand Down

0 comments on commit e789f63

Please sign in to comment.