From 34a55135fb787c3b68c8509e95eb440dd8108c51 Mon Sep 17 00:00:00 2001 From: Luke Powlett Date: Mon, 23 Nov 2020 16:45:50 +0000 Subject: [PATCH] Always add release tag to travis build images --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fd25523..db75013 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,8 @@ env: - MAIN_BRANCH=private-master - MQ_LTS_VERSION=9.2.0.1 - TAGCACHE_FILE=tagcache - - RELEASE= - - RELEASE_LTS= + - RELEASE=r2 + - RELEASE_LTS=r1 go_import_path: "github.com/ibm-messaging/mq-container"