codeship

    1热度

    1回答

    我使用Codeship将我的Ember项目部署到Heroku。这些部署过去常常没有问题,但是自从yesteday在步骤(6)中安装npm依赖关系时,它们会以“npm ERR!fetch failed ...”失败。自那时以来,我没有改变任何东西,重置依赖缓存没有帮助。 任何人都熟悉这个问题? 我使用: 烬-CLI 3.3.12 NPM v3.8.6 节点v5.11.1 - ... - (step

    0热度

    1回答

    我有我们的数据库的一个小子集作为转储做集成测试。我恢复使用此命令它: pg_restore --no-acl --no-owner --verbose --create -h localhost -p 5435 -j 4 -U $PG_USER -d test latest.dump 的问题是,在日志中我看到: pg_restore: connecting to database for re

    0热度

    1回答

    我有一个模型,从模型Auth.User inhereting,这种方式: 类UsuarioWeb(用户): #更多的领域进行测试时 而在Codeship时,出现此错误: django.db.migrations.exceptions.InvalidBasesError: Cannot resolve bases for [] This can happen if you are inheritin

    0热度

    2回答

    所以简而言之,我试图: 部署 - https://expressjs.com/en/starter/hello-world.html 通过Codeship和从Codeship到Heroku。 我一直在试图从https://expressjs.com/en/starter/hello-world.html遵循最基本你好,世界快递教程但随后codeship check_url阶段失败超过Heroku的

    0热度

    1回答

    我试过几种方法来跳过ci但它不起作用。 git tag -a $NEXT_TAG -m "Bump version --skip-ci" git tag -a $NEXT_TAG -m "Bump version [skip ci]" 请帮帮我,谢谢。

    0热度

    1回答

    当使用Codeship的Docker支持而不是时,有没有办法在本地复制Codeship的CI环境?

    1热度

    1回答

    我试图为我的python 3.5.1/django 1.9.7项目设置一个持续集成管道。 该项目在heroku上运行良好,只要我的数据库没有改变,heroku的代码管理部署管道工作正常。 如果我想运行迁移,我必须通过在我的计算机上输入heroku run python manage.py migrate来手动执行迁移操作,我希望避免这种迁移。 我在codeship部署管线中增加了一个“自定义脚本”

    0热度

    1回答

    Codeship拉取深度为50的克隆以加快构建过程。我们有这样的超过50个提交(不常见,但发生)的拉请求,我们的部署,以促进与失败,错误如下: Warning: Permanently added '<deployment host> to the list of known hosts. Counting objects: 6551, done. Delta compression usi

    7热度

    1回答

    我试图使用Ansible从Codeship版本连接到AWS EC2实例。这已经在其他AWS地区工作完美(EU-西-1),但现在我想设置的服务器在美国东部-1和我得到了以下错误: <ec2-52-11-9-45.compute-1.amazonaws.com> ESTABLISH SSH CONNECTION FOR USER: ec2-user <ec2-52-11-9-45.compute-1

    0热度

    1回答

    我在Rails 4项目运行rspec毕竟测试通过,但我得到: Coverage (79.17%) is below the expected minimum coverage (80.00%). 的最后一行。这会导致Codeship将构建标记为失败并给我发电子邮件。 无论如何禁用此覆盖测试或更改最小覆盖百分比?