diff --git a/.gitignore b/.gitignore index a20ef19ba..41552caa6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,8 @@ /_output # docker build -/deploy/docker/rbdplugin +/deploy/rbd/docker/rbdplugin +/deploy/cephfs/docker/rbdplugin # Emacs save files *~ diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index 2d52c0066..000000000 --- a/deploy.sh +++ /dev/null @@ -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-container -fi diff --git a/deploy/cephfs/docker/cephfsplugin b/deploy/cephfs/docker/cephfsplugin deleted file mode 100755 index d68ee4824..000000000 Binary files a/deploy/cephfs/docker/cephfsplugin and /dev/null differ