Skip to content

Commit

Permalink
Update to CSI 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpabon committed Nov 15, 2018
1 parent 619da68 commit 9e5a84c
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ script:
- make test
after_success:
- if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
make container
make container;
docker login -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}" quay.io;
make push;
fi
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Expand Up @@ -27,7 +27,7 @@

[[constraint]]
name = "github.com/container-storage-interface/spec"
version = "v1.0.0-rc2"
version = "v1.0.0"

[[constraint]]
name = "github.com/golang/mock"
Expand Down

0 comments on commit 9e5a84c

Please sign in to comment.