updated .gitignore

This commit is contained in:
gman 2018-03-09 17:01:42 +01:00
parent fe90017a3e
commit 6655b87683
3 changed files with 2 additions and 7 deletions

3
.gitignore vendored
View File

@ -4,7 +4,8 @@
/_output
# docker build
/deploy/docker/rbdplugin
/deploy/rbd/docker/rbdplugin
/deploy/cephfs/docker/rbdplugin
# Emacs save files
*~

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-container
fi

Binary file not shown.