Skip to content

Commit

Permalink
Fix gem credentials install again
Browse files Browse the repository at this point in the history
  • Loading branch information
ashanbrown committed Dec 3, 2018
1 parent 512f635 commit ca184b4
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 @@ -79,7 +79,7 @@ jobs:
- run:
name: Set up RubyGems credentials
command: |
mkdir -p ~/.gem/credentials
mkdir -p ~/.gem
echo -e "---\r\n:rubygems_api_key: $RUBYGEMS_API_KEY" > ~/.gem/credentials
chmod 0600 /home/circleci/.gem/credentials
Expand Down

0 comments on commit ca184b4

Please sign in to comment.