Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upbound/build
Upbound build and CI scripts
https://github.com/upbound/build
build cd ci makefile
Last synced: 1 day ago
JSON representation
Upbound build and CI scripts
- Host: GitHub
- URL: https://github.com/upbound/build
- Owner: upbound
- License: apache-2.0
- Created: 2018-09-11T23:21:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T13:21:11.000Z (9 months ago)
- Last Synced: 2024-05-10T14:35:17.187Z (9 months ago)
- Topics: build, cd, ci, makefile
- Language: Makefile
- Homepage:
- Size: 446 KB
- Stars: 63
- Watchers: 30
- Forks: 54
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Build
> [!IMPORTANT]
> This repository is no longer maintained. We recommend Crossplane providers
> switch to using https://github.com/crossplane/build.To switch to https://github.com/crossplane/build, run these commands:
```console
git submodule set-url -- build https://github.com/crossplane/build
git submodule sync
cd build
git checkout main
git pull
```