Added tagcache for image tag

This commit is contained in:
Luke Powlett
2020-10-08 14:22:11 +01:00
committed by Luke J Powlett
parent 4fcdb50928
commit 8111761c4f
3 changed files with 34 additions and 20 deletions

View File

@@ -16,6 +16,9 @@
set -e
echo 'Cacheing MQ tag...' && echo -en 'travis_fold:start:build-cache-mq-tag\\r'
make cache-mq-tag
echo -en 'travis_fold:end:cache-mq-tag\\r'
echo 'Building Developer JMS test image...' && echo -en 'travis_fold:start:build-devjmstest\\r'
make build-devjmstest
echo -en 'travis_fold:end:build-devjmstest\\r'