We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b1502d + b0369fc commit 256e1f3Copy full SHA for 256e1f3
.s2i/bin/run
@@ -6,8 +6,4 @@ export DISABLE_SPRING=1
6
7
bundle exec bash -c '(BUGSNAG_API_KEY="" bin/rails db:setup) 2>/dev/null || bin/rails db:migrate'
8
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
-
13
exec bundle exec bin/rails server --binding 0.0.0.0 --port 8080
0 commit comments