我将无人机 0.4 版本安装到 aws 并与我的私有 bitbucket 存储库集成。一切都在按应有的方式工作。有我的 .drone.yml 文件
build:
image: phpunit/phpunit
cache:
- vendor
commands:
- echo Building Started
- composer install
- phpunit
我的提交通过单元测试成功构建,但我的徽章总是看起来像“build|none”。我是否必须为此添加任何其他内容。
感谢帮助