Merge pull request #89 from cloudfoundry/dependabot/github_actions/golangci/golangci-lint-action-3.6.0 Bump golangci/golangci-lint-action from 3.4.0 to 3.6.0
Merge pull request #89 from cloudfoundry/dependabot/github_actions/golangci/golangci-lint-action-3.6.0
Bump golangci/golangci-lint-action from 3.4.0 to 3.6.0
A CLI tool (and GitHub action) to allow you to test compile a set of bosh packages without using a bosh director.
The aim of this project is provide fast feedback as to whether a bosh release can be compiled or not.
Specify a list of packages to build:
bc compile --file <path-to-bosh-release>.tgz --packages <package-to-compile>
Allow bc to determine the best packages to build:
bc
bc compile --file <path-to-bosh-release>.tgz --guess
This action can be used in combination with the orange-cloudfoundry/bosh-release-action to create and test the bosh release. e.g.
orange-cloudfoundry/bosh-release-action
- name: Build Dev Release id: build uses: orange-cloudfoundry/bosh-release-action@v1.1.0 - name: Compile Dev Release uses: cloudfoundry/bosh-compile-action@main with: file: ${{ steps.build.outputs.file }} args: --guess --debug
CLI Documentation can be found here.
// TODO
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
bosh-compile
A CLI tool (and GitHub action) to allow you to test compile a set of bosh packages without using a bosh director.
The aim of this project is provide fast feedback as to whether a bosh release can be compiled or not.
Usage
Specify a list of packages to build:
Allow
bcto determine the best packages to build:Usage in GitHub Actions
This action can be used in combination with the
orange-cloudfoundry/bosh-release-actionto create and test the bosh release. e.g.Docs
CLI Documentation can be found here.
License
// TODO
Contributing
// TODO