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

https://github.com/gofirst-robotics/lateralroot

A fork of the taproot repository letting us customize the library to our own needs
https://github.com/gofirst-robotics/lateralroot

Last synced: 4 months ago
JSON representation

A fork of the taproot repository letting us customize the library to our own needs

Awesome Lists containing this project

README

          

# MCB CI Docker image

## Build and publish instructions

With Makefile:
```
make build
make publish
```

Manually (make sure to change version):
```
docker build -t aruw/mcb-2020-gitlab-ci:2020-02-17.1 .
docker push aruw/mcb-2020-gitlab-ci:2020-02-17.1
```