2 lines
124 B
Ruby
2 lines
124 B
Ruby
#!/usr/bin/env ruby
|
|
system('pwd && cd builds/17 && bundle exec bundle install --gemfile Gemfile && bundle exec rspec spec')
|