Intento la continuous integration con travis y openshift.
Registro de Travis
Total 387 (delta 202), reused 387 (delta 202) error: Could not read f296a9effed3a7c3f86be451613e529c1818667b fatal: revision walk setup failed error: Could not read f296a9effed3a7c3f86be451613e529c1818667b fatal: revision walk setup failed remote: Stopping MongoDB cartridge[K remote: Stopping Ruby cartridge[K remote: [Wed Nov 06 16:24:47 2013] [warn] PassEnv variable SHELL was undefined[K remote: [Wed Nov 06 16:24:47 2013] [warn] PassEnv variable USER was undefined[K remote: [Wed Nov 06 16:24:47 2013] [warn] PassEnv variable LOGNAME was undefined[K To ssh://527aafeb5973caf4e90007ca@audioblog-l33tname.rhcloud.com/~/git/audioblog.git/ ! [remote rejected] master -> master (missing necessary objects) error: failed to push some refs to 'ssh://527aafeb5973caf4e90007ca@audioblog-l33tname.rhcloud.com/~/git/audioblog.git/'
Mi pregunta es: ¿Qué significa este error o qué hago mal?
Intenté recrear la aplicación openshift. Y revise mi contraseña en mi file .travis.yml
.
Lo git push -f openshift master
inicial desde mi repository git push -f openshift master
local git push -f openshift master
.git / config
[remote "openshift"] url = ssh://527aafeb5973caf4e90007ca@audioblog-l33tname.rhcloud.com/~/git/audioblog.git/ fetch = +refs/heads/*:refs/remotes/openshift/*
Y ahora se despliega nuevamente, pero aún me interesa saber por qué sucedió esto.