ceph-csi/deploy.sh
Kevin Fox 35c021dfc8 Revert release script
Turns out, we only want to do this in the csi-v1.0 branch.
Revert the script from master.

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
2019-02-06 10:11:46 -08:00

7 lines
233 B
Bash
Executable File

#!/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-image-rbdplugin push-image-cephfsplugin
fi