Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#92 from lpabon/update-to-1.0
Browse files Browse the repository at this point in the history
Update to CSI v1.0.0 release
  • Loading branch information
k8s-ci-robot authored Nov 15, 2018
2 parents bbcdfd4 + 5695c1d commit 515e1b4
Show file tree
Hide file tree
Showing 6 changed files with 259 additions and 120 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ script:
- go test $(go list ./... | grep -v vendor)
- make
after_success:
- if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
make container;
- if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
docker login -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}" quay.io;
docker push quay.io/k8scsi/csi-attacher:canary;
make push;
fi
Loading

0 comments on commit 515e1b4

Please sign in to comment.