Merge pull request #50 from ceph/m-fix

consolidate container deploy
This commit is contained in:
Huamin Chen 2018-07-19 14:08:42 -04:00 committed by GitHub
commit 341a293526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 9 deletions

View File

@ -21,5 +21,4 @@ script:
deploy:
- provider: script
script:
- ./deploy-rbd.sh
- ./deploy-cephfs.sh
- ./deploy.sh

View File

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

View File

@ -2,5 +2,5 @@
if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
docker login -u "${QUAY_IO_USERNAME}" -p "${QUAY_IO_PASSWORD}" quay.io
make push-cephfs-container
make push-rbdplugin-container push-cephfsplugin-container
fi