mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
add deploy script
Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
parent
202845681a
commit
e602ddd675
@ -13,7 +13,7 @@ script:
|
|||||||
- test -z $(gofmt -s -l $GO_FILES)
|
- test -z $(gofmt -s -l $GO_FILES)
|
||||||
- go vet -v $(go list ./... | grep -v /vendor/)
|
- go vet -v $(go list ./... | grep -v /vendor/)
|
||||||
|
|
||||||
after_success:
|
deploy:
|
||||||
- if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
|
- provider: script
|
||||||
sudo bash -c 'docker login -u "${QUAY_IO_USERNAME}" -p "${QUAY_IO_PASSWORD}" quay.io ; make push-container';
|
script:
|
||||||
fi
|
- ./deploy.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user