You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEBUG [f48f6bf3] Command: cd /tmp/new-hope-repository && ( PATH=/opt/ruby-2.2.3/bin:$PATH GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/new-hope/git-ssh.sh /usr/bin/env git remote update )
DEBUG [f48f6bf3] Fetching origin
DEBUG [f48f6bf3] From github.com:NZX/a-new-hope
DEBUG [f48f6bf3] 271bdd5..3414a88 develop -> develop
INFO [f48f6bf3] Finished in 3.790 seconds with exit status 0 (successful).
INFO [594974e5] Running /usr/bin/env git submodule update --init --remote as deploy@localhost
DEBUG [594974e5] Command: cd /tmp/new-hope-repository && ( PATH=/opt/ruby-2.2.3/bin:$PATH GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/new-hope/git-ssh.sh /usr/bin/env git submodule update --init --remote )
DEBUG [594974e5] fatal: /usr/libexec/git-core/git-submodule cannot be used without a working tree.
Tried adding the git submodule update command in lib/capistrano/gitcopy.rb
This did not work well and return the following error.
Seems like it requires the actual working tree, which would require all repo files being cloned.
Is there a better way to solve this?
The text was updated successfully, but these errors were encountered:
Need to work out how to deploy with submodules.
Tried adding the git submodule update command in lib/capistrano/gitcopy.rb
This did not work well and return the following error.
Seems like it requires the actual working tree, which would require all repo files being cloned.
Is there a better way to solve this?
The text was updated successfully, but these errors were encountered: