Skip to content

Commit

Permalink
#1169 path
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 16, 2024
1 parent 2bb73cb commit 0a323e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Layout/ParameterAlignment:
Enabled: false
Metrics/PerceivedComplexity:
Max: 25
Metrics/LineLength:
Layout/LineLength:
Max: 120
Style/MultilineBlockChain:
Enabled: false
Expand Down
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ release:
mv ../id_rsa ../id_rsa.pub ~/.ssh
chmod -R 600 ~/.ssh/*
echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config
sed -i "s/0\.0\.0/${tag}/g" ./version.rb
git add ./version.rb
sed -i "s/0\.0\.0/${tag}/g" ./objects/version.rb
git add ./objects/version.rb
git commit -m 'build number set'
cp ../config.yml config.yml
bundle exec rake config
Expand Down

0 comments on commit 0a323e1

Please sign in to comment.