diff --git a/.codefresh/master.yml b/.codefresh/master.yml new file mode 100644 index 00000000..ab6f1e0d --- /dev/null +++ b/.codefresh/master.yml @@ -0,0 +1,8 @@ +version: '1.0' +steps: + test: + image: golang:1.11 + working_directory: /go/src/github.com/chartmuseum + commands: + - ln -s /codefresh/volume/${{CF_REPO_NAME}} storage && cd storage + - make test diff --git a/README.md b/README.md index 67dca778..1270503a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # chartmuseum/storage +[![Codefresh build status](https://g.codefresh.io/api/badges/pipeline/chartmuseum/chartmuseum%2Fstorage%2Fmaster?type=cf-1)](https://g.codefresh.io/public/accounts/chartmuseum/pipelines/chartmuseum/storage/master) + Go library providing a common interface for working across multiple storage backends. Supported storage backends: