Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Dec 4, 2023
1 parent 7f436a7 commit b62ecaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@

# we assume this is checked out to ~/.dotfiles
ln -s $PWD ~/.dotfiles
echo 'ci.sh env:'
env
~/.dotfiles/scripts/install.sh
echo 'ci.sh after install.sh env:'
env
. ~/.bashrc
echo 'ci.sh after source bash_profile env:'
env
git config --global commit.gpgsign false
ruby -v
echo 'what ruby thinks env is:'
ruby -e 'puts `env`'
bundle exec rspec
3 changes: 0 additions & 3 deletions spec/git_rubocop_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

RSpec.describe 'git rubocop hooks' do
before do
puts 'what ruby run thinks env is:'
puts run('env').output
puts run('ruby -v').output
copy_file('.ruby-version')
file('Gemfile').write(<<~RUBY)
source 'https://rubygems.org'
Expand Down

0 comments on commit b62ecaf

Please sign in to comment.