From b62ecaf1b43daf0d13c6494131053ba86fa7ce44 Mon Sep 17 00:00:00 2001 From: Dana Sherson Date: Tue, 5 Dec 2023 00:53:31 +1300 Subject: [PATCH] Remove debug --- scripts/ci.sh | 9 --------- spec/git_rubocop_spec.rb | 3 --- 2 files changed, 12 deletions(-) diff --git a/scripts/ci.sh b/scripts/ci.sh index 9d95d7f..0099d42 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -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 diff --git a/spec/git_rubocop_spec.rb b/spec/git_rubocop_spec.rb index 1058c7e..8805fa4 100644 --- a/spec/git_rubocop_spec.rb +++ b/spec/git_rubocop_spec.rb @@ -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'