mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-08-14 08:55:57 +08:00
update travis.yml and deploy.sh
updated travis and deploy to have new branch name Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
76a647d20e
commit
96bb1cc625
@ -4,7 +4,7 @@ sudo: true
|
||||
language: go
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- csi-v0.3
|
||||
|
||||
go: 1.9.x
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
|
||||
if [ "${TRAVIS_BRANCH}" == "csi-v0.3" ] && [ "${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
|
||||
|
Loading…
x
Reference in New Issue
Block a user