Merge pull request #23 from rootfs/image-repo

verify build
This commit is contained in:
Huamin Chen 2018-02-15 16:03:21 -05:00 committed by GitHub
commit 68d69ac4c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ before_script:
script:
- test -z $(gofmt -s -l $GO_FILES)
- go vet -v $(go list ./... | grep -v /vendor/)
- make rbdplugin
deploy:
- provider: script

View File

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
docker login -u "${QUAY_IO_USERNAME}" -p "${QUAY_IO_PASSWORD}" quay.io