Sha256: f1bfeaccdd7cf0b830753c8101355915758f14a32f8bf4551920dd4a95055261

Contents?: true

Size: 411 Bytes

Versions: 143

Compression:

Stored size: 411 Bytes

Contents

#!/usr/bin/env ruby

puts "Starting #{__FILE__} checks..."

commands_to_run = [
  'rake test',
  'bundle exec rubocop -fs -D',
  'bin/executable-tests-check',
]
success = []
commands_to_run.each do |c|
  success << (system c)
end
unless success.all?
  p success
  STDERR.puts <<-EOS
Push will be aborted!!! Fix the problem above and correct the commit.
  EOS
  exit(1)
end
puts "Finished #{__FILE__} checks..."

Version data entries

143 entries across 143 versions & 1 rubygems

Version Path
trackler-2.1.0.53 tracks/ruby/bin/local-status-check
trackler-2.1.0.52 tracks/ruby/bin/local-status-check
trackler-2.1.0.51 tracks/ruby/bin/local-status-check
trackler-2.1.0.50 tracks/ruby/bin/local-status-check
trackler-2.1.0.49 tracks/ruby/bin/local-status-check
trackler-2.1.0.48 tracks/ruby/bin/local-status-check
trackler-2.1.0.47 tracks/ruby/bin/local-status-check
trackler-2.1.0.46 tracks/ruby/bin/local-status-check
trackler-2.1.0.45 tracks/ruby/bin/local-status-check
trackler-2.1.0.44 tracks/ruby/bin/local-status-check
trackler-2.1.0.43 tracks/ruby/bin/local-status-check
trackler-2.1.0.42 tracks/ruby/bin/local-status-check
trackler-2.1.0.41 tracks/ruby/bin/local-status-check
trackler-2.1.0.40 tracks/ruby/bin/local-status-check
trackler-2.1.0.39 tracks/ruby/bin/local-status-check
trackler-2.1.0.38 tracks/ruby/bin/local-status-check
trackler-2.1.0.37 tracks/ruby/bin/local-status-check
trackler-2.1.0.36 tracks/ruby/bin/local-status-check
trackler-2.1.0.34 tracks/ruby/bin/local-status-check
trackler-2.1.0.33 tracks/ruby/bin/local-status-check