Skip to content

Commit 37db38b

Browse files
authored
Merge pull request #95 from lpabon/quay
update mock container
2 parents 718c954 + 46446e6 commit 37db38b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script:
88
- go test $(go list ./... | grep -v vendor | grep -v "cmd/csi-sanity")
99
- ./hack/e2e.sh
1010
after_success:
11-
- if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
11+
- if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
1212
docker login -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}" quay.io;
1313
make push;
1414
fi

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
IMAGE_NAME = quay.io/k8scsi/mock-driver
16-
IMAGE_VERSION = canary
16+
IMAGE_VERSION = v0.3.0
1717
APP := ./bin/mock
1818

1919

0 commit comments

Comments
 (0)