mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
updated .gitignore
This commit is contained in:
parent
fe90017a3e
commit
6655b87683
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,7 +4,8 @@
|
||||
/_output
|
||||
|
||||
# docker build
|
||||
/deploy/docker/rbdplugin
|
||||
/deploy/rbd/docker/rbdplugin
|
||||
/deploy/cephfs/docker/rbdplugin
|
||||
|
||||
# Emacs save files
|
||||
*~
|
||||
|
@ -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.
Loading…
Reference in New Issue
Block a user