dobtco / dvl-core

Base styles for the DOBT View Layer.
https://design.dobt.co/
1 stars 1 forks source link

Fix deploy to design.dobt.co deploy hook #300

Closed vlymar closed 7 years ago

vlymar commented 7 years ago

When this repo gets new commits in master, theres a CI hook that automatically redeploys the heroku app design.dobt.co .

This deploy stage is currently broken for some reason, I can't immediate tell from the error message. Perhaps all that needs to happen is a different version of ruby needs to be used

Link to build

remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rails
remote:        Your app was upgraded to bundler 1.13.7.
remote:        Previously you had a successful deploy with bundler 1.13.6.
...
remote:        Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
remote:        fatal: Not a git repository (or any parent up to mount point /tmp)
remote:        Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
remote:        fatal: Not a git repository (or any parent up to mount point /tmp)
remote:        Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
remote:        Warning: the running version of Bundler (1.13.7) is older than the version that created the lockfile (1.14.6). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
...
remote:        nokogiri-1.7.2 requires ruby version >= 2.1.0, which is incompatible with the
remote:        current version, ruby 2.0.0p648
remote:        Bundler Output: fatal: Not a git repository (or any parent up to mount point /tmp)
remote:        Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
remote:        fatal: Not a git repository (or any parent up to mount point /tmp)
remote:        Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
remote:        Warning: the running version of Bundler (1.13.7) is older than the version that created the lockfile (1.14.6). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
...
remote:        nokogiri-1.7.2 requires ruby version >= 2.1.0, which is incompatible with the
remote:        current version, ruby 2.0.0p648
remote:  !
remote:  !     Failed to install gems via Bundler.
remote:  !
remote:  !     Push rejected, failed to compile Ruby app.
remote: 
remote:  !     Push failed
remote: Verifying deploy...
remote: 
remote: !   Push rejected to dvlcore.
remote: 
To git@heroku.com:dvlcore.git
 ! [remote rejected] tmp-deploy -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:dvlcore.git'