Skip to content

Commit

Permalink
add codefresh pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky committed Nov 16, 2018
1 parent 556f418 commit 4342a13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .codefresh/master.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4342a13

Please sign in to comment.