Skip to content

Commit

Permalink
Remove atra
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwillson committed May 3, 2017
1 parent 8840841 commit 7d83560
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion script/all_associations_test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env ruby

[ "", "aba", "atra", "mbra", "obra", "wsba" ].shuffle.each do |association|
[ "", "aba", mbra", "obra", "wsba" ].shuffle.each do |association|
if association == ""
puts "*************************"
puts "Run racing_on_rails tests"
Expand Down
2 changes: 1 addition & 1 deletion script/create_all_dbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
puts `DISABLE_SPRING=1 rake parallel:create`
puts `DISABLE_SPRING=1 rake parallel:prepare`

[ "aba", "atra", "mbra", "obra", "wsba" ].each do |association|
[ "aba", "mbra", "obra", "wsba" ].each do |association|
puts association
`./script/local #{association}`
puts "Create databases"
Expand Down
2 changes: 1 addition & 1 deletion script/deploy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env ruby

%w{ aba atra mbra obra wsba }.each do |association|
%w{ aba mbra obra wsba }.each do |association|
puts "Deploy #{association}"
`script/local #{association}`
puts `cap production deploy`
Expand Down
2 changes: 1 addition & 1 deletion script/restart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env ruby

%w{ aba atra mbra obra wsba }.each do |association|
%w{ aba mbra obra wsba }.each do |association|
puts "Restart #{association}"
`script/local #{association}`
puts `cap production puma:restart`
Expand Down

0 comments on commit 7d83560

Please sign in to comment.