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