Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openshift/templates/rails-postgresql-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
}
],
"postCommit": {
"script": "bundle exec rake test"
"script": "/usr/bin/bundle exec rake test"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great find @yselkowitz thanks for researching this one

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing on my PR on sample and will report here

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now on openshift/cluster-samples-operator#408 rail test is not failing. Still see some other errors but this fix seems to be working

}
}
},
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/rails-postgresql.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
}
],
"postCommit": {
"script": "bundle exec rake test"
"script": "/usr/bin/bundle exec rake test"
}
}
},
Expand Down