Skip to content

Commit 256e1f3

Browse files
authored
Merge pull request #515 from 3scale/clean-capistrano-leftovers
Remove bugnsag-capistrano rake command
2 parents 3b1502d + b0369fc commit 256e1f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.s2i/bin/run

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ export DISABLE_SPRING=1
66

77
bundle exec bash -c '(BUGSNAG_API_KEY="" bin/rails db:setup) 2>/dev/null || bin/rails db:migrate'
88

9-
if [ -n "$OPENSHIFT_BUILD_COMMIT" ] && [ -n "$BUGSNAG_API_KEY" ]; then
10-
bundle exec rake environment bugsnag:deploy BUGSNAG_REPOSITORY="$OPENSHIFT_BUILD_SOURCE" BUGSNAG_REVISION="$OPENSHIFT_BUILD_COMMIT"
11-
fi
12-
139
exec bundle exec bin/rails server --binding 0.0.0.0 --port 8080

0 commit comments

Comments
 (0)