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

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