rubocop #29

Merged
bucky merged 18 commits from rubocop into master 2023-10-22 15:11:24 -07:00
Showing only changes of commit 3fd8e8c630 - Show all commits
Vendored
+1 -1
View File
@@ -10,7 +10,7 @@ pipeline {
sh ''' #!/usr/local/bin/bash
rbenv local 3.2.2
echo "# frozen_string_literal: true\n" > .env.rb
echo "ENV['APP_SESSION_SECRET'] ||= $(ruby -rsecurerandom -e 'puts SecureRandom.base64(64)')" >> .env.rb
echo "ENV['APP_SESSION_SECRET'] ||= '$(ruby -rsecurerandom -e 'puts SecureRandom.base64(64)')'" >> .env.rb
echo "ENV['DB_NAME'] ||= '${DB_NAME}'" >> .env.rb
cat .env.rb
'''