Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```