Created
January 21, 2014 16:28
-
-
Save danp/8543277 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % git push staging master | |
| Fetching repository, done. | |
| Counting objects: 1, done. | |
| Writing objects: 100% (1/1), 188 bytes, done. | |
| Total 1 (delta 0), reused 0 (delta 0) | |
| -----> Fetching custom git buildpack... done | |
| -----> Ruby app detected | |
| + set -e | |
| + set -o pipefail | |
| + unset GIT_DIR | |
| + VENDOR_URL=https://heroku-buildpack-ruby.s3.amazonaws.com | |
| + BUNDLER_VERSION=1.3.2 | |
| + BUILDPACK_REVISION=3 | |
| + BUILD_DIR=/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371 | |
| + CACHE_DIR=/app/tmp/cache | |
| + mkdir -p /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371 | |
| + mkdir -p /app/tmp/cache | |
| + cd /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371 | |
| + '[' '!' -e Gemfile.lock ']' | |
| + '[' -e vendor/bundle ']' | |
| + say 'Using bundler-1.3.2' | |
| + echo '-----> Using bundler-1.3.2' | |
| -----> Using bundler-1.3.2 | |
| ++ mktemp -d bundler.XXXXXXXX | |
| + bundler_tmp=bundler.IIYp485p | |
| + unpack_url https://heroku-buildpack-ruby.s3.amazonaws.com/bundler-1.3.2.tgz bundler.IIYp485p | |
| + url=https://heroku-buildpack-ruby.s3.amazonaws.com/bundler-1.3.2.tgz | |
| + path=bundler.IIYp485p | |
| + mkdir -p bundler.IIYp485p | |
| + curl --fail --retry 3 --silent -o - https://heroku-buildpack-ruby.s3.amazonaws.com/bundler-1.3.2.tgz | |
| + tar -C bundler.IIYp485p -zxf - | |
| ++ GEM_PATH=bundler.IIYp485p | |
| ++ bundler.IIYp485p/gems/bundler-1.3.2/bin/bundle_ruby | |
| + bundle_platform_ruby='ruby 2.0.0' | |
| + echo 'ruby 2.0.0' | |
| + egrep -q '^No ruby' | |
| ++ echo -n ruby 2.0.0 | |
| ++ tr -s '[[:space:]]' - | |
| + ruby_version=ruby-2.0.0 | |
| + say 'Using ruby-2.0.0' | |
| + echo '-----> Using ruby-2.0.0' | |
| -----> Using ruby-2.0.0 | |
| + unpack_url https://heroku-buildpack-ruby.s3.amazonaws.com/ruby-2.0.0.tgz vendor/ruby-2.0.0 | |
| + url=https://heroku-buildpack-ruby.s3.amazonaws.com/ruby-2.0.0.tgz | |
| + path=vendor/ruby-2.0.0 | |
| + mkdir -p vendor/ruby-2.0.0 | |
| + curl --fail --retry 3 --silent -o - https://heroku-buildpack-ruby.s3.amazonaws.com/ruby-2.0.0.tgz | |
| + tar -C vendor/ruby-2.0.0 -zxf - | |
| ++ find vendor/ruby-2.0.0 -name ruby -type f | |
| + ruby_exe=vendor/ruby-2.0.0/bin/ruby | |
| ++ vendor/ruby-2.0.0/bin/ruby -e 'require '\''rbconfig'\'';puts "vendor/bundle/#{RUBY_ENGINE}/#{RbConfig::CONFIG['\''ruby_version'\'']}"' | |
| + bundle_base=vendor/bundle/ruby/2.0.0 | |
| + mkdir -p .profile.d | |
| + cat | |
| + export GEM_PATH=/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0 | |
| + GEM_PATH=/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0 | |
| + export PATH=/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/bin:/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/bin:/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/ruby-2.0.0/bin::/tmp/codon/vendor/bin:/usr/ruby1.9.2/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin | |
| + PATH=/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/bin:/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/bin:/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/ruby-2.0.0/bin::/tmp/codon/vendor/bin:/usr/ruby1.9.2/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin | |
| + say 'Installing dependencies' | |
| + echo '-----> Installing dependencies' | |
| -----> Installing dependencies | |
| + cache_load .bundle | |
| + '[' -e /app/tmp/cache/.bundle ']' | |
| + mkdir -p .bundle | |
| + cp -a /app/tmp/cache/.bundle/. .bundle | |
| + cache_load vendor | |
| + '[' -e /app/tmp/cache/vendor ']' | |
| + mkdir -p vendor | |
| + cp -a /app/tmp/cache/vendor/. vendor | |
| + '[' '!' -e vendor/buildpack/ruby_v ']' | |
| + first_push=0 | |
| + mkdir -p vendor/buildpack | |
| + vendor/ruby-2.0.0/bin/ruby -v | |
| + '[' 0 -ne 1 ']' | |
| + cmp --quiet vendor/buildpack/ruby_v vendor/buildpack/ruby_v.new | |
| + mv vendor/buildpack/ruby_v.new vendor/buildpack/ruby_v | |
| + echo 3 | |
| + '[' 0 -ne 1 ']' | |
| + cmp --quiet vendor/buildpack/revision vendor/buildpack/revision.new | |
| + mv vendor/buildpack/revision.new vendor/buildpack/revision | |
| + mkdir -p vendor/bundle/ruby/2.0.0 | |
| + rm -rf vendor/bundle/ruby/2.0.0/gems/bundler-1.3.2 | |
| + cp -a bundler.IIYp485p/. vendor/bundle/ruby/2.0.0 | |
| + rm -rf vendor/bundle/ruby/2.0.0/bundler-1.3.2.gem | |
| + env | |
| SHELL=/bin/bash | |
| SSH_CLIENT=10.200.249.60 41712 31455 | |
| OLDPWD=/app/tmp/repo.git | |
| DEPLOY=production | |
| GROUP=production | |
| USER=u16654 | |
| LOG_TOKEN=t.9e79a5be-dfa2-446e-9f83-f6b4ebbc4eb7 | |
| LOGPLEX_URL=https://east.logplex.io/logs | |
| DYNO=receive.1582 | |
| PATH=/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/bin:/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/bin:/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/ruby-2.0.0/bin::/tmp/codon/vendor/bin:/usr/ruby1.9.2/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin | |
| MAIL=/var/mail/u16654 | |
| PWD=/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371 | |
| STACK=cedar | |
| REQUEST_ID=5a1ab876-38e9-44cf-8bdb-602fbbb92371 | |
| HOME=/app | |
| SHLVL=2 | |
| LOGNAME=u16654 | |
| SSH_CONNECTION=10.200.249.60 41712 172.16.213.118 31455 | |
| GEM_PATH=/tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0 | |
| _=/usr/bin/env | |
| + which ruby | |
| /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/ruby-2.0.0/bin/ruby | |
| + which bundle | |
| /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/bin/bundle | |
| + bundle --version | |
| Bundler version 1.5.2 | |
| + gem env | |
| RubyGems Environment: | |
| - RUBYGEMS VERSION: 2.0.14 | |
| - RUBY VERSION: 2.0.0 (2013-11-22 patchlevel 353) [x86_64-linux] | |
| - INSTALLATION DIRECTORY: /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/ruby-2.0.0/lib/ruby/gems/2.0.0 | |
| - RUBY EXECUTABLE: /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/ruby-2.0.0/bin/ruby | |
| - EXECUTABLE DIRECTORY: /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/ruby-2.0.0/bin | |
| - RUBYGEMS PLATFORMS: | |
| - ruby | |
| - x86_64-linux | |
| - GEM PATHS: | |
| - /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/ruby-2.0.0/lib/ruby/gems/2.0.0 | |
| - /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0 | |
| - GEM CONFIGURATION: | |
| - :update_sources => true | |
| - :verbose => true | |
| - :backtrace => false | |
| - :bulk_threshold => 1000 | |
| - REMOTE SOURCES: | |
| - https://rubygems.org/ | |
| + gem list | |
| addressable (2.3.4) | |
| bcrypt-ruby (3.0.1) | |
| bigdecimal (1.2.0) | |
| brwsr (1.1.1) | |
| builder (3.2.2) | |
| bundler (1.5.2, 1.3.2) | |
| encrypted_cookie (0.0.4) | |
| erubis (2.7.0) | |
| excon (0.25.3) | |
| fernet (1.6) | |
| fog (1.15.0) | |
| formatador (0.2.4) | |
| hashie (2.0.3) | |
| heroku (2.37.2) | |
| heroku-api (0.3.15) | |
| io-console (0.4.2) | |
| ion-api (0.1.4) | |
| json (1.7.7) | |
| launchy (2.3.0) | |
| mime-types (2.0) | |
| mini_portile (0.5.2) | |
| minitest (4.3.2) | |
| multi_json (1.8.2) | |
| net-scp (1.1.2) | |
| net-ssh (2.7.0) | |
| netrc (0.7.7) | |
| nokogiri (1.6.0) | |
| omniauth (1.1.4) | |
| omniauth-openid (1.0.1) | |
| openid-store-sequel (0.0.2) | |
| pg (0.16.0) | |
| psych (2.0.0) | |
| puma (2.6.0) | |
| queue_classic (2.2.2) | |
| queue_classic-later (0.2.0) | |
| rack (1.5.2) | |
| rack-openid (1.3.1) | |
| rack-protection (1.5.1) | |
| rack-ssl (1.3.3) | |
| rack_csrf (2.4.0) | |
| rake (0.9.6) | |
| rdoc (4.0.0) | |
| rest-client (1.6.7) | |
| ruby-hmac (0.4.0) | |
| ruby-openid (2.3.0) | |
| ruby-openid-apps-discovery (1.2.0) | |
| rubyzip (0.9.9) | |
| scrolls (0.2.4) | |
| secure_headers (1.0.0) | |
| sequel (4.1.1) | |
| sinatra (1.4.2) | |
| test-unit (2.0.0.0) | |
| tilt (1.3.7) | |
| yajl-ruby (1.1.0) | |
| + indent | |
| + NOKOGIRI_USE_SYSTEM_LIBRARIES=true | |
| + sed -u 's/^/ /' | |
| + bundle install --verbose --deployment --without development:test --path vendor/bundle --clean | |
| Using addressable (2.3.4) | |
| 1: addressable (2.3.4) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/addressable-2.3.4.gemspec | |
| Using bcrypt-ruby (3.0.1) | |
| 2: bcrypt-ruby (3.0.1) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/bcrypt-ruby-3.0.1.gemspec | |
| Using brwsr (1.1.1) | |
| 0: brwsr (1.1.1) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/brwsr-1.1.1.gemspec | |
| Using builder (3.2.2) | |
| 1: builder (3.2.2) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/builder-3.2.2.gemspec | |
| Using encrypted_cookie (0.0.4) | |
| 1: encrypted_cookie (0.0.4) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/encrypted_cookie-0.0.4.gemspec | |
| Using yajl-ruby (1.1.0) | |
| 1: yajl-ruby (1.1.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/yajl-ruby-1.1.0.gemspec | |
| Using excon (0.25.3) | |
| Using erubis (2.7.0) | |
| 0: erubis (2.7.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/erubis-2.7.0.gemspec | |
| Using mime-types (2.0) | |
| 1: mime-types (2.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/mime-types-2.0.gemspec | |
| 2: excon (0.25.3) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/excon-0.25.3.gemspec | |
| Using multi_json (1.8.2) | |
| 1: multi_json (1.8.2) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/multi_json-1.8.2.gemspec | |
| Using net-ssh (2.7.0) | |
| Using mini_portile (0.5.2) | |
| 1: mini_portile (0.5.2) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/mini_portile-0.5.2.gemspec | |
| 2: net-ssh (2.7.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/net-ssh-2.7.0.gemspec | |
| Using ruby-hmac (0.4.0) | |
| 1: ruby-hmac (0.4.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/ruby-hmac-0.4.0.gemspec | |
| Using formatador (0.2.4) | |
| 3: formatador (0.2.4) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/formatador-0.2.4.gemspec | |
| Using hashie (2.0.3) | |
| Using netrc (0.7.7) | |
| 1: netrc (0.7.7) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/netrc-0.7.7.gemspec | |
| 2: hashie (2.0.3) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/hashie-2.0.3.gemspec | |
| Using rubyzip (0.9.9) | |
| 0: rubyzip (0.9.9) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/rubyzip-0.9.9.gemspec | |
| Using rack (1.5.2) | |
| 2: rack (1.5.2) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/rack-1.5.2.gemspec | |
| Using ruby-openid (2.3.0) | |
| 1: ruby-openid (2.3.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/ruby-openid-2.3.0.gemspec | |
| Using sequel (4.1.1) | |
| 3: sequel (4.1.1) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/sequel-4.1.1.gemspec | |
| Using pg (0.16.0) | |
| 1: pg (0.16.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/pg-0.16.0.gemspec | |
| Using scrolls (0.2.4) | |
| 1: scrolls (0.2.4) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/scrolls-0.2.4.gemspec | |
| Using tilt (1.3.7) | |
| 1: tilt (1.3.7) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/tilt-1.3.7.gemspec | |
| Using bundler (1.5.2) | |
| 0: bundler (1.5.2) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/bundler-1.5.2.gemspec | |
| Using launchy (2.3.0) | |
| 2: launchy (2.3.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/launchy-2.3.0.gemspec | |
| Using secure_headers (1.0.0) | |
| 3: secure_headers (1.0.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/secure_headers-1.0.0.gemspec | |
| Using fernet (1.6) | |
| 1: fernet (1.6) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/fernet-1.6.gemspec | |
| Using rest-client (1.6.7) | |
| 1: rest-client (1.6.7) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/rest-client-1.6.7.gemspec | |
| Using heroku-api (0.3.15) | |
| 1: heroku-api (0.3.15) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/heroku-api-0.3.15.gemspec | |
| Using ion-api (0.1.4) | |
| 3: ion-api (0.1.4) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/ion-api-0.1.4.gemspec | |
| Using nokogiri (1.6.0) | |
| 0: nokogiri (1.6.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/nokogiri-1.6.0.gemspec | |
| Using ruby-openid-apps-discovery (1.2.0) | |
| 1: ruby-openid-apps-discovery (1.2.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/ruby-openid-apps-discovery-1.2.0.gemspec | |
| Using omniauth (1.1.4) | |
| Using queue_classic (2.2.2) | |
| 0: omniauth (1.1.4) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/omniauth-1.1.4.gemspec | |
| 1: queue_classic (2.2.2) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/queue_classic-2.2.2.gemspec | |
| Using net-scp (1.1.2) | |
| 2: net-scp (1.1.2) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/net-scp-1.1.2.gemspec | |
| Using rack-openid (1.3.1) | |
| 0: rack-openid (1.3.1) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/rack-openid-1.3.1.gemspec | |
| Using rack-ssl (1.3.3) | |
| Using rack-protection (1.5.1) | |
| 2: rack-ssl (1.3.3) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/rack-ssl-1.3.3.gemspec | |
| Using puma (2.6.0) | |
| 3: puma (2.6.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/puma-2.6.0.gemspec | |
| 1: rack-protection (1.5.1) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/rack-protection-1.5.1.gemspec | |
| Using rack_csrf (2.4.0) | |
| 0: rack_csrf (2.4.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/rack_csrf-2.4.0.gemspec | |
| Using heroku (2.37.2) | |
| 1: heroku (2.37.2) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/heroku-2.37.2.gemspec | |
| Using openid-store-sequel (0.0.2) | |
| 2: openid-store-sequel (0.0.2) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/openid-store-sequel-0.0.2.gemspec | |
| Using fog (1.15.0) | |
| Using omniauth-openid (1.0.1) | |
| 0: fog (1.15.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/fog-1.15.0.gemspec | |
| 2: omniauth-openid (1.0.1) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/omniauth-openid-1.0.1.gemspec | |
| Using queue_classic-later (0.2.0) | |
| 3: queue_classic-later (0.2.0) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/queue_classic-later-0.2.0.gemspec | |
| Using sinatra (1.4.2) | |
| 0: sinatra (1.4.2) from /tmp/build_5a1ab876-38e9-44cf-8bdb-602fbbb92371/vendor/bundle/ruby/2.0.0/specifications/sinatra-1.4.2.gemspec | |
| Your bundle is complete! | |
| Gems in the groups development and test were not installed. | |
| It was installed into ./vendor/bundle | |
| Removing bundler (1.3.2) | |
| + rm -rf vendor/bundle/ruby/2.0.0/doc | |
| + rm -rf vendor/bundle/ruby/2.0.0/cache | |
| + '[' -d vendor/bundle/ruby/2.0.0/bundler/gems ']' | |
| + find vendor/bundle/ruby/2.0.0/bundler/gems -type d -name .git -print0 | |
| + xargs -0 rm -rf | |
| + cache_store .bundle | |
| + '[' -e .bundle ']' | |
| + rm -rf /app/tmp/cache/.bundle | |
| + mkdir -p /app/tmp/cache/.bundle | |
| + cp -a .bundle/. /app/tmp/cache/.bundle | |
| + cache_store vendor/buildpack | |
| + '[' -e vendor/buildpack ']' | |
| + rm -rf /app/tmp/cache/vendor/buildpack | |
| + mkdir -p /app/tmp/cache/vendor/buildpack | |
| + cp -a vendor/buildpack/. /app/tmp/cache/vendor/buildpack | |
| + cache_store vendor/bundle | |
| + '[' -e vendor/bundle ']' | |
| + rm -rf /app/tmp/cache/vendor/bundle | |
| + mkdir -p /app/tmp/cache/vendor/bundle | |
| + cp -a vendor/bundle/. /app/tmp/cache/vendor/bundle | |
| + rm -rf bundler.IIYp485p | |
| -----> Discovering process types | |
| Procfile declares types -> clock, console, web, worker | |
| -----> Compressing... done, 27.5MB | |
| -----> Launching... done, v75 | |
| http://caas-staging.herokuapp.com deployed to Heroku | |
| To [email protected]:caas-staging.git | |
| 4ea93e5..4c36e94 master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment